fpc/tests/tbf/tb0087.pp
2000-12-03 21:50:07 +00:00

12 lines
97 B
ObjectPascal

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