Test *.aag too, by using *.aig as reference
[yosys.git] / tests / errors / syntax_err01.v
1 module a;
2 integer [31:0]w;
3 endmodule
4