sv2v/test/lex/macro_vendor_comment.sv

5 lines
74 B
Systemverilog

`define YUCK /``* some awful garbage *``/
module top;
`YUCK
endmodule