mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 19:08:18 +02:00
8 lines
165 B
ObjectPascal
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.
|