blob: af9802481a6d0b102e411f979d8993a6a1d6d5f3 [file]
fn main() {
match *1 { //~ ERROR: cannot be dereferenced
_ => {}
}
}