{ %FAIL } program tarray17; {$mode delphi} var v1: array of array[0..2] of LongInt = [(1, 2, 3), (4, 5, 6)]; begin end.