blob: af4aacfe2a18d9361c1736a112afdbdb5f20aad7 [file] [log] [blame]
/*
:name: 22.5.1--define_expansion_10
: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 ( 1 , , 3 )
endmodule