sv2v/test/lex/block_comment.sv

8 lines
119 B
Systemverilog

module top;
/*test*/
/*/test*/
/*test/*/
/*/test/*/
initial $display("foo"/*/,"bar"/*/);
endmodule