blob: a2ea136ff211825eb460babf08ef670385880a09 [file] [log] [blame]
/*
:name: 22.5.1--define_expansion_11
:description: Test
:should_fail: 0
:tags: 22.5.1
:type: preprocessing
*/
`define MACRO1(a=5,b="B",c) $display(a,,b,,c)
module top ();
`MACRO1 ( , 2, )
endmodule