mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-21 02:41:45 +02:00
9 lines
47 B
ObjectPascal
9 lines
47 B
ObjectPascal
{$mode tp}
|
|
|
|
label a;
|
|
|
|
begin
|
|
goto a;
|
|
a:
|
|
end.
|