sv2v/test/error/decl_trailing_comma.sv

5 lines
126 B
Systemverilog

// pattern: decl_trailing_comma\.sv:3:16: Parse error: unexpected token in declaration
module top;
integer a, ;
endmodule