mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 17:39:30 +01:00
9 lines
102 B
ObjectPascal
9 lines
102 B
ObjectPascal
|
|
{$mode delphi}
|
|
var i : longint;
|
|
|
|
begin
|
|
for i:=1 to maxlongint do
|
|
tobject.create.free;
|
|
end.
|