fpc/tests/tbf/tb0088.pp
2002-09-07 15:40:30 +00:00

12 lines
89 B
ObjectPascal

{ %FAIL }
{$mode objfpc}
label l;
begin
try
finally
l:
end;
goto l;
end.