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

12 lines
91 B
ObjectPascal

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