package p; class A { void foo() { int a = 10 + 20; int b = 1 - a; } }