blob: a8b23368616ea4301fb9e9ff676bcafb4764f13a [file] [log] [blame]
fn main() {
let x: () = unsafe { *std::ptr::null() }; //~ ERROR constant evaluation error: invalid use of NULL pointer
panic!("this should never print: {:?}", x);
}