sv-parser-pp 0.8.3

Helper crate of sv-parser
output a;
input b, c;

`ifdef behavioral
    wire a = b & c;
`else
    and a1 (a,b,c);
`endif