blob: c3da7ff2355c619e3327f1935671c598997379f3 [file] [log] [blame]
/*
:name: 22.5.1--define_expansion_8
:description: Test
:should_fail: 1
:tags: 22.5.1
:type: preprocessing
*/
`define D(x,y) initial $display("start", x , y, "end");
`D(,,)