fpc/tests/webtbs/tw2186.pp
fpc 790a4fe2d3 * log and id tags removed
git-svn-id: trunk@42 -
2005-05-21 09:42:41 +00:00

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.