yosys/tests/errors/syntax_err02.v

7 lines
64 B
Verilog

module a;
task to (
input integer [3:0]x
);
endtask
endmodule