mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 22:28:40 +02:00
6 lines
66 B
ObjectPascal
6 lines
66 B
ObjectPascal
type enumtype = (One, two, three, forty:=40, fifty);
|
|
|
|
begin
|
|
end.
|
|
|