class Test { void foo() { int x = 1; x += 1; int y = x; } }