sv2v/test/error/run_on_decl_item.sv

5 lines
129 B
Systemverilog

// pattern: run_on_decl_item\.sv:3:16: Parse error: unexpected token in declaration
module top;
integer x, byte y;
endmodule