iverilog/ivtest/ivltests/br_gh60a.v

9 lines
163 B
Verilog

// Regression test for GitHub issue #60 part 1 - sized numeric constants
// must have size greater than zero.
module test();
localparam Value = 0'b0;
endmodule