iverilog/ivtest/ivltests/redef_net_error.v

6 lines
50 B
Verilog

module test;
wire [7:0] value, value;
endmodule