iverilog/ivtest/ivltests/pr3078759.v

7 lines
99 B
Verilog

module top;
specify
specparam s_int = -1;
specparam s_real = -1.0;
endspecify
endmodule