class Test { int x = 2 + 2; int y; { int temp = 3 + 3; y = temp; } int z = 4 + 4; }