static void f() { int a, b, c, d, x; x = a == b ? c + b : d - b; }