int sym(int x); int test(int x) { return sym(x)*2; }