mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-08 01:04:36 +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.
|