blob: ffc2a158b0344798f92f471374e191e97dd7df4e [file] [log] [blame]
/*
:name: 22.5.1--define_expansion_2
:description: Test
:should_fail: 0
:tags: 22.5.1
:type: preprocessing
*/
`define D(x,y) initial $display("start", x , y, "end");
module top ();
`D( " msg1", )
endmodule