mirror of https://github.com/zachjs/sv2v.git
5 lines
130 B
Systemverilog
5 lines
130 B
Systemverilog
|
|
// pattern: auto_dim_int\.sv:3:15: Parse error: expected comma or end of declarations
|
||
|
|
module top;
|
||
|
|
integer x [] = 1;
|
||
|
|
endmodule
|