int f(int x, int y, int z) { if (x < foo(y, z)) { haha = bar[4] + 5; } else { while (z) { haha += foo(z, z); z--; } return ++x + bar(); } }