mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-10 13:29:33 +01:00
7 lines
55 B
ObjectPascal
7 lines
55 B
ObjectPascal
const
|
|
a : array[0..1] of real = (1,1);
|
|
|
|
begin
|
|
end.
|
|
|