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