fpc/tests/test/tarray17.pp
2018-05-20 11:50:27 +00:00

13 lines
127 B
ObjectPascal

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