mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 08:39:33 +02:00
13 lines
157 B
ObjectPascal
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.
|