iverilog/ivtest/ivltests/pr2877564.v

7 lines
87 B
Verilog

module testbench;
foo #(ASDF) bar();
endmodule
module foo #(parameter A=1);
endmodule