mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 07:28:26 +02:00
18 lines
268 B
ObjectPascal
18 lines
268 B
ObjectPascal
{ Source provided for Free Pascal Bug Report 2186 }
|
|
{ Submitted by "Andrew Johnson" on 2002-10-16 }
|
|
{ e-mail: AJ_Genoius@Hotmail.com }
|
|
Program TypeBug;
|
|
|
|
{$Mode ObjFPC}
|
|
Uses Classes;
|
|
|
|
Type
|
|
NewInt = type longint;
|
|
|
|
TSomeClass = Class(TComponent)
|
|
end;
|
|
|
|
begin
|
|
|
|
end.
|