fpc/tests/test/tanonfunc54.pp

14 lines
192 B
ObjectPascal

{ %FAIL }
{ an anonymous function by itself isn't a valid expression or statement }
program tanonfunc54;
{$mode objfpc}
{$modeswitch anonymousfunctions}
begin
procedure begin end;
end.