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