9 lines
140 B
Coq
9 lines
140 B
Coq
|
|
// Check that declarations for queues of dynamic arrays are supported.
|
||
|
|
|
||
|
|
module test;
|
||
|
|
|
||
|
|
// Queue of dynamic arrays
|
||
|
|
int q[][$];
|
||
|
|
|
||
|
|
endmodule
|