fpc/tests/test/tarrconstr11.pp

11 lines
109 B
ObjectPascal

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