fix for last commit
[cparser] / parsetest / MS / noop.c
1 int test(int a, int b) {
2         __noop(a+b, a, b);
3         return 0;
4 }