fpc/tests/test/ttypedarray1.pp

7 lines
67 B
ObjectPascal

{ %fail }
const
a : array[0..10] of longint = (1,2);
begin
end.