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