mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 08:18:12 +02:00
10 lines
77 B
ObjectPascal
10 lines
77 B
ObjectPascal
{ %OPT=-Miso -Sg }
|
|
program test;
|
|
|
|
label 0001;
|
|
|
|
begin
|
|
goto 1;
|
|
1:
|
|
end.
|