summaryrefslogtreecommitdiff
path: root/fpcsrc/tests/tbs/tb0023.pp
blob: 8231a3037de6d31e634ceddd7e4ef5386fa4f373 (plain)
1
2
3
4
5
6
7
{ 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.