mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-12 08:49:33 +02:00
18 lines
251 B
ObjectPascal
18 lines
251 B
ObjectPascal
{ %fail }
|
|
{ %target=darwin }
|
|
{ %cpu=powerpc,powerpc64,i386,x86_64,arm }
|
|
|
|
{$mode objfpc}
|
|
{$modeswitch objectivec1}
|
|
|
|
type
|
|
tmyprotocol = objcprotocol;
|
|
tmyclass = objcclass(NSObject,tmyprotocol)
|
|
end;
|
|
|
|
tmyprotocol = objcprotocol
|
|
end;
|
|
|
|
begin
|
|
end.
|