mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-30 23:37:25 +01:00
7 lines
67 B
ObjectPascal
7 lines
67 B
ObjectPascal
{ %fail }
|
|
const
|
|
a : array[0..10] of longint = (1,2);
|
|
|
|
begin
|
|
end.
|