iverilog/ivtest/ivltests/comment1.v

6 lines
77 B
Verilog

/* )* */
/* (* /* *) */
module test();
initial $display("PASSED");
endmodule