iverilog/ivtest/ivltests/redef_reg_error.v

6 lines
49 B
Verilog

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