add main, fix warnings not intended
[cparser] / parsetest / cp_error044.c
1 typedef void ALvoid;
2
3 int f(ALvoid);
4
5 int main(void)
6 {
7         return 0;
8 }