a63435c3decce4918604a4882f6620db47be2582
[cparser] / call1.c
1 int test(int a) {
2         return a;
3 }
4
5 int main(void) {
6         return test(0, 2);
7 }