2021-01-19 21:10:56 +09:00

7 lines
84 B
Systemverilog

`ifndef X
// pragma translate_off
module A;
endmodule
// pragma translate_on
`endif