mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 18:47:54 +02:00
14 lines
138 B
ObjectPascal
14 lines
138 B
ObjectPascal
{ %FAIL }
|
|
|
|
program tw41072;
|
|
{$mode objfpc}
|
|
{$modeswitch anonymousfunctions}
|
|
|
|
var
|
|
P: TProcedure;
|
|
|
|
begin
|
|
P:=@procedure begin end;
|
|
end.
|
|
|