abc9: suppress warnings when no compatible + used flop boxes formed
[yosys.git] / tests / errors / syntax_err09.v
1 module a(input wire x = 1'b0);
2 endmodule
3