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

8 lines
165 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.