mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 06:08:22 +02:00
9 lines
84 B
ObjectPascal
9 lines
84 B
ObjectPascal
type
|
|
e=(one,two,three);
|
|
|
|
var
|
|
a : array[0..cardinal(two)+1] of byte;
|
|
|
|
begin
|
|
end.
|