blob: b8e111f6b4b502b3b6d20d8b0d90ec9f6ef85e5f [file] [log] [blame]
/*
:name: arrays-replication
:description: Basic arrays test
:should_fail: 0
:tags: 5.11
*/
module top();
int n[1:2][1:6] = '{2{'{3{4, 5}}}};
endmodule