fpc/tests/tbf/tb88.pp
2000-11-29 23:14:10 +00:00

11 lines
87 B
ObjectPascal

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