mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-26 16:13:48 +02: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.
|