mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2026-01-01 10:52:28 +01:00
7 lines
71 B
Plaintext
7 lines
71 B
Plaintext
Program test;
|
|
var
|
|
i: Longint;
|
|
begin
|
|
for i := 0 to 100000 do ;
|
|
end.
|