int f(int a) { if(a == 2) { return 3; } else { return 2; } }