blob: a1387c657815948b20794c919b7f558fc6096ba1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{ %target=darwin }
{ %cpu=powerpc,powerpc64,i386,x86_64,arm }
{ %norun }
{$modeswitch objectivec1}
type
MyClass = objcclass (NSObject)
_rec: record
mask: MyClass;
end;
end;
begin
end.
|