iverilog/ivtest/ivltests/sv_darray_nest2.v

9 lines
155 B
Verilog

// Check that declarations for dynamic arrays of dynamic arrays are supported.
module test;
// Dynamic array of dynamic arrays
int q[][];
endmodule