blob: 86cc1f9b0fc7b5066dd99bf479a5fbf0622d029e [file]
#![feature(no_core)]
#![no_core]
pub fn main() -> i32 {
match 12 {
x => {}
}
x // { dg-error "cannot find value 'x'" }
}