sv2v/test/lex/cond.vh

9 lines
96 B
Plaintext
Raw Normal View History

`undef RESULT
`ifndef INCLUDED
`define INCLUDED
`define RESULT 1
`else
`define RESULT 0
`endif