() f() { var (int x, int y) a; a.x = bool:false; // ERROR bool b = a.y; // ERROR }