fpc/tests/tbs0027.pp
1998-12-02 13:05:01 +00:00

6 lines
66 B
ObjectPascal

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