1
Fork 0
rust/tests/ui/consts/raw_pointer_promoted.rs

6 lines
78 B
Rust
Raw Normal View History

// check-pass
pub const FOO: &'static *const i32 = &(&0 as _);
fn main() {}