fpc/tests/tbs/tb0023.pp
2000-11-30 22:38:14 +00:00

9 lines
166 B
ObjectPascal

{ Old file: tbs0027.pp }
{ tests type enumtype = (One, two, three, forty:=40, fifty); OK 0.9.5 }
type enumtype = (One, two, three, forty:=40, fifty);
begin
end.