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