fn main() {
match "world" { //~ ERROR non-exhaustive patterns: `&_`
"hello" => {}
}
ref _x if false => {}