blob: 9bffd79709f9c589157cc92204bfb4c43c90006a [file] [log] [blame]
//@ check-pass
pub const FOO: &'static *const i32 = &(&0 as _);
fn main() {}