summaryrefslogtreecommitdiff
path: root/fpcsrc/tests/webtbf/tw17341.pp
blob: 61d2d8d259c72e2863e20fc0e5e3fc570cf0bdb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{ %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.