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