mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-08 04:12:44 +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.
|