fpc/tests/test/tobjc43.pp
Jonas Maebe 2dcd42d4f1 * fixed detection of an objcprotocols descending from a forward-defined
objcprotocol

git-svn-id: trunk@30169 -
2015-03-12 19:37:43 +00:00

12 lines
109 B
ObjectPascal

{ %target=darwin }
{ %fail }
{$modeswitch objectivec2}
type
prot = objcprotocol(prot)
end;
begin
end.