fn main() { // ANCHOR: here let (x, y, z) = (1, 2, 3); // ANCHOR_END: here }