iverilog/ivtest/ivltests/sv_queue_nest3.v

9 lines
144 B
Verilog

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