added GNU complex keywords
[cparser] / parsetest / MS / noop.c
1 int test(int a, int b) {
2         return __noop(a+b, a, b);
3 }