548b182003897cf647130abeaebac2ca31470029
[cparser] / noop.c
1 int test(int a, int b) {
2         __noop(a+b, a, b);
3         return 0;
4 }