mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-06 15:32:50 +02:00
7 lines
71 B
Plaintext
7 lines
71 B
Plaintext
Program test;
|
|
var
|
|
i: Longint;
|
|
begin
|
|
for i := 0 to 100000 do ;
|
|
end.
|