DEBSOURCES
Skip Quicknav
sources / fpc / 2.6.4%2Bdfsg-4 / fpcsrc / tests / test / tsel2.pp
1234567891011
{ %target=darwin } { %cpu=powerpc,i386 } { %fail } {$modeswitch objectivec1} var a: sel; begin a:=objcselector('my:method'); end.