class Test { void foo() { int a = 0, b = 0, c = 0; if (a + b + c) { } } }