Test *.aag too, by using *.aig as reference
[yosys.git] / tests / errors / syntax_err04.v
1 module a;
2 wire [3]x;
3 endmodule
4