blob: 4a6010f4bd0b3a28e178fd834f268a6db6cc7902 [file] [log] [blame]
#[allow(unused_variables)]
fn main() {
let x = 0 as *const usize;
let y = 0 as *mut f64;
let z = 0;
let z = z as *const usize; // this is currently not caught
}