1module foo();
2  assign x1 = y1;
3  assign x2 = y2, x3 = y3;
4endmodule
5