class Foo { void foo() { int x = 0; int y = x = 1; } }