blob: 50678f958097de6823eb49807ccfc0b998ab7d73 [file] [log] [blame]
/*
:name: 22.5.1--define_expansion_20
:description: Test
:should_fail: 0
:tags: 22.5.1
:type: preprocessing
*/
`define var_nand(dly) nand #dly
module top ();
`var_nand(2) g121 (q21, n10, n11);
`var_nand(5) g122 (q22, n10, n11);
endmodule