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