1module top;
2	rand const reg rx;
3	const reg ry;
4	rand reg rz;
5	rand const integer ix;
6	const integer iy;
7	rand integer iz;
8endmodule
9