fpc/bugs/bug0027.pp
1998-03-25 11:26:49 +00:00

6 lines
66 B
ObjectPascal

type enumtype = (One, two, three, forty:=40, fifty);
begin
end.