blob: 48eb54cb5f2a39f0a8aba01d2c5d8722271490cb [file]
#![feature(no_core)]
#![no_core]
fn main() {
match (0, 92, 29) {
(pat, ..) => {}
}
}