fpc/tests/tbf/tb0297.pp

15 lines
161 B
ObjectPascal

{ %FAIL }
program tb0297;
{$mode objfpc}
{$modeswitch functionreferences}
type
TTestProc = procedure;
TTestProcRef = reference to TTestProc;
begin
end.