mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 10:19:19 +02:00
* maxlongint -> 1000 ;)
This commit is contained in:
parent
9c3e17a1fb
commit
d3cce31208
@ -3,6 +3,6 @@
|
|||||||
var i : longint;
|
var i : longint;
|
||||||
|
|
||||||
begin
|
begin
|
||||||
for i:=1 to maxlongint do
|
for i:=1 to 100 do
|
||||||
tobject.create.free;
|
tobject.create.free;
|
||||||
end.
|
end.
|
||||||
|
Loading…
Reference in New Issue
Block a user