Files
sv2v/test/error/decl_missing_comma.sv

5 lines
131 B
Systemverilog
Raw Permalink Normal View History

2021-07-05 18:00:12 -04:00
// pattern: decl_missing_comma\.sv:3:15: Parse error: expected comma or end of declarations
module top;
integer a b;
endmodule