mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 10:18:22 +02:00
10 lines
105 B
ObjectPascal
10 lines
105 B
ObjectPascal
{ %fail }
|
|
{ %opt=-O3 }
|
|
var a : integer;
|
|
begin
|
|
for a := 1 to 1 do
|
|
for a := 1 to a do
|
|
end;
|
|
end.
|
|
|