mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 10:18:22 +02:00
11 lines
59 B
ObjectPascal
11 lines
59 B
ObjectPascal
{ %fail }
|
|
|
|
{$mode fpc}
|
|
|
|
label a;
|
|
|
|
begin
|
|
goto a;
|
|
a:
|
|
end.
|