void foo(); int main() { for (;;) { int x = 3 * 4; int y = -3 + 4 * 5; foo(6) ? 7 : (8); return 0; } }