77218a18d8da4907546bbde9ebca041a5394de02
[cparser] / parsetest / if.c
1 int test1(int a) {
2         if (a);
3         return a;
4 }