Files

8 lines
119 B
Systemverilog
Raw Permalink Normal View History

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