yosys/tests/errors/syntax_err10.v

4 lines
48 B
Verilog

module a;
parameter integer [2:0]x=0;
endmodule