blob: 80bef33952627441c947a4e5c4eed5ef5db0703e [file] [log] [blame]
/*
:name: 22.5.1--define_expansion_16
:description: Test
:should_fail: 0
:tags: 22.5.1
:type: preprocessing
*/
`define MACRO3(a=5, b=0, c="C") $display(a,,b,,c);
module top ();
`MACRO3 ( 1 )
endmodule