sv2v/test/error/instantiation_extra_comma.sv

5 lines
141 B
Systemverilog

// pattern: instantiation_extra_comma\.sv:3:18: Parse error: expected instantiation before ','
module top;
example a(), , b();
endmodule