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

12 lines
92 B
ObjectPascal

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