Move muxpack from passes/techmap to passes/opt
[yosys.git] / tests / errors / syntax_err02.v
1 module a;
2 task to (
3 input integer [3:0]x
4 );
5 endtask
6 endmodule
7