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