iverilog/ivtest/ivltests/pr1763333.v

6 lines
52 B
Verilog

module test;
wire s1;
not(,s1);
not(s1,);
endmodule