blob: a8f3debd3d6341a9997272379d24f41ac6ec3b12 [file] [log] [blame]
// check-pass
fn main() {
match (0, 1, 2) {
(pat, ..,) => {}
}
}