Move muxpack from passes/techmap to passes/opt
[yosys.git] / tests / errors / syntax_err06.v
1 module a;
2 initial
3 begin : label1
4 end: label2
5 endmodule
6