fpc/tests/webtbf/tw41072.pp

14 lines
138 B
ObjectPascal

{ %FAIL }
program tw41072;
{$mode objfpc}
{$modeswitch anonymousfunctions}
var
P: TProcedure;
begin
P:=@procedure begin end;
end.