mirror of https://github.com/zachjs/sv2v.git
5 lines
131 B
Systemverilog
5 lines
131 B
Systemverilog
|
|
// pattern: decl_missing_comma\.sv:3:15: Parse error: expected comma or end of declarations
|
||
|
|
module top;
|
||
|
|
integer a b;
|
||
|
|
endmodule
|