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