fpc/tests/webtbf/tw2670.pp
2024-10-31 22:35:04 +01:00

17 lines
354 B
ObjectPascal

{ %fail }
{ Source provided for Free Pascal Bug Report 2670 }
{ Submitted by "marco" on 2003-09-07 }
{ e-mail: marco@freepascal.org }
program bugje;
{$mode delphi}
Uses Classes;
type theenum = (hello,hi, hoi);
testme= class(TComponent)
field : theenum;
end;
begin
end.