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