mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-22 22:19:37 +01:00
9 lines
166 B
ObjectPascal
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.
|
|
|