mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 17:39:24 +02:00
11 lines
62 B
ObjectPascal
11 lines
62 B
ObjectPascal
{ %fail }
|
|
|
|
{$mode objfpc}
|
|
|
|
label a;
|
|
|
|
begin
|
|
goto a;
|
|
a:
|
|
end.
|