Test *.aag too, by using *.aig as reference
[yosys.git] / tests / errors / syntax_err11.v
1 module a;
2 parameter integer real x=0;
3 endmodule