iverilog/ivtest/ivltests/sv_queue_nest2.v

9 lines
140 B
Verilog

// Check that declarations for queues of dynamic arrays are supported.
module test;
// Queue of dynamic arrays
int q[][$];
endmodule