mirror of https://github.com/zachjs/sv2v.git
5 lines
126 B
Systemverilog
5 lines
126 B
Systemverilog
|
|
// pattern: decl_trailing_comma\.sv:3:16: Parse error: unexpected token in declaration
|
||
|
|
module top;
|
||
|
|
integer a, ;
|
||
|
|
endmodule
|