add main, fix warnings not intended
[cparser] / parsetest / should_warn / prototype.c
1 int foo();
2
3 int main(void) {
4         return 0;
5 }