test for the ast printer
[cparser] / parsetest / if.c
1 int test1(int a) {
2         if (a);
3         return a;
4 }