summaryrefslogtreecommitdiff
path: root/tests/test/tsel2.pp
blob: 5a22d73e1921a226036d77c48d6eba4e23b55c8d (plain)
1
2
3
4
5
6
7
8
9
10
11
{ %target=darwin }
{ %cpu=powerpc,i386 }
{ %fail }

{$modeswitch objectivec1}

var
  a: sel;
begin
  a:=objcselector('my:method');
end.