sv2v/test/define/main.sv

8 lines
89 B
Systemverilog

`START
`ifdef DEFINED
`ifndef NOT_DEFINED
initial $display("Hi");
`endif
`endif
`END