mirror of
https://github.com/zachjs/sv2v.git
synced 2026-08-29 09:09:47 +02:00
5 lines
74 B
Systemverilog
5 lines
74 B
Systemverilog
`define YUCK /``* some awful garbage *``/
|
|
module top;
|
|
`YUCK
|
|
endmodule
|