blob: d56ffebad7d5aeb339713ebdd6845c376702050d [file] [log] [blame]
static X: usize = unsafe { core::ptr::null::<usize>() as usize };
//~^ ERROR: casting pointers to integers in statics is unstable
fn main() {
assert_eq!(X, 0);
}