mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-11 01:38:07 +02:00
12 lines
215 B
ObjectPascal
12 lines
215 B
ObjectPascal
|
|
{ Source provided for Free Pascal Bug Report 2602 }
|
|
{ Submitted by "Pavel V. Ozerski" on 2003-07-25 }
|
|
{ e-mail: ozerski@list.ru }
|
|
{$ifdef FPC}
|
|
{$mode Delphi}
|
|
{$endif}
|
|
begin
|
|
with TObject.Create do
|
|
Destroy;
|
|
end.
|