mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 17:28:14 +02:00
15 lines
204 B
ObjectPascal
15 lines
204 B
ObjectPascal
{ %FAIL }
|
|
{ %TARGET=darwin,iphonesim,ios}
|
|
|
|
program tblock9;
|
|
|
|
{$mode objfpc}
|
|
{$modeswitch cblocks}
|
|
{$modeswitch functionreferences-}
|
|
|
|
var
|
|
block: reference to procedure(aArg: LongInt); cdecl;
|
|
|
|
begin
|
|
end.
|