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