6 lines
55 B
Coq
6 lines
55 B
Coq
|
|
module test();
|
||
|
|
|
||
|
|
logic [1:0] array = new[4];
|
||
|
|
|
||
|
|
endmodule
|