iverilog/ivtest/ivltests/pr1792152.v

5 lines
78 B
Verilog

module top;
parameter value = (1:2:3);
initial $display(value);
endmodule