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