blob: dd8f341b93553dcde76c936a921cbf1fd3a1ea67 [file]
enum bottom { }
fn main() {
let x = ptr::addr_of(&()) as *bottom;
match x { } //~ ERROR non-exhaustive patterns
}