blob: 39f768e29ef2547f9d725f87a3aa91c3012c6da4 [file] [log] [blame]
fn main() {
// ANCHOR: here
let (x, y) = (1, 2, 3);
// ANCHOR_END: here
}