mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-09 04:18:16 +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.
|