macro_arg_escape.sv 89 Bytes
Newer Older
1 2 3 4 5
module top;
`define PRINT(str) initial $display(`"str`");
`PRINT(a)
`PRINT(\\)
endmodule