1module foo#(
2  parameter X=10,Y=20,Z=30 // Single declaration with multiple trailing assignments
3)();
4endmodule
5