fpc/tests/test/tarrconstr10.pp

11 lines
105 B
ObjectPascal

{%FAIL}
{$mode objfpc}
program tarrconstr10;
var
a: array[0..2] of integer;
begin
a := [1,2];
end.