int foo(int x) { if (x > 10) return 10; else return x; }