no_newline.sv 102 Bytes
Newer Older
1 2 3 4 5 6
`include "no_newline.vh"
module top;
`ifdef A
    initial $display("A is defined!");
`endif
endmodule