fpc/tests/webtbs/tw15607.pp
Jonas Maebe 3bfa9ea3ec * only for Darwin platforms
git-svn-id: trunk@14827 -
2010-01-29 17:49:43 +00:00

13 lines
157 B
ObjectPascal

{ %target=darwin }
{ %cpu=powerpc,powerpc64,i386,x86_64,arm }
{ %norun }
{$mode delphi}{$modeswitch objectivec1}
var
o: id;
begin
o.description;
end.