mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 20:47:53 +02:00

other Objective-C integration keywords/functions are being named git-svn-id: trunk@13456 -
12 lines
136 B
ObjectPascal
12 lines
136 B
ObjectPascal
{ %target=darwin }
|
|
{ %cpu=powerpc,i386 }
|
|
{ %fail }
|
|
|
|
{$modeswitch objectivec1}
|
|
|
|
var
|
|
a: sel;
|
|
begin
|
|
a:=objcselector('my:method');
|
|
end.
|