class A { public void test() { int a = 0; int b = 0; int c = 0; int d = a + b + c; } }