mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 20:20:26 +02:00
13 lines
251 B
ObjectPascal
13 lines
251 B
ObjectPascal
{ Source provided for Free Pascal Bug Report 2259 }
|
|
{ Submitted by "Sergey Kosarevsky" on 2002-12-14 }
|
|
{ e-mail: netsurfer@au.ru }
|
|
{$STATIC ON}
|
|
|
|
Type tObject=Object
|
|
ClassFlags:Longint;Static;
|
|
End;
|
|
|
|
Begin
|
|
tObject.ClassFlags:=255;
|
|
End.
|