DEBSOURCES
Skip Quicknav
sources / fpc / 3.2.2%2Bdfsg-49 / fpcsrc / tests / test / tobjc42.pp
12345678910111213
{ %target=darwin } { %recompile } { %norun } {$modeswitch objectivec2} uses uobjc42; var i: id; begin i.mytest; end.