iverilog/ivtest/ivltests/br_gh1242.v

9 lines
99 B
Verilog

module test;
// synthesis translate_on
// synthesis translate_off
initial $finish(1);
endmodule