mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 17:19:33 +02:00
12 lines
91 B
ObjectPascal
12 lines
91 B
ObjectPascal
{ %FAIL }
|
|
{$mode objfpc}
|
|
label l;
|
|
|
|
begin
|
|
try
|
|
except
|
|
goto l;
|
|
end;
|
|
l:
|
|
end.
|