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

15 lines
207 B
ObjectPascal

{ %FAIL }
{ %TARGET=darwin,iphonesim,ios}
program tblock8;
{$mode objfpc}
{$modeswitch cblocks}
{$modeswitch functionreferences-}
type
TBlock = reference to procedure(aArg: LongInt); cdecl;
begin
end.