mirror of
https://github.com/zachjs/sv2v.git
synced 2026-08-30 01:18:10 +02:00
8 lines
119 B
Systemverilog
8 lines
119 B
Systemverilog
module top;
|
|
/*test*/
|
|
/*/test*/
|
|
/*test/*/
|
|
/*/test/*/
|
|
initial $display("foo"/*/,"bar"/*/);
|
|
endmodule
|