fpc/tests/test/tblock9.pp
2022-05-26 21:38:31 +00:00

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.