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

11 lines
84 B
ObjectPascal

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