rust/tests/ui/consts/raw_pointer_promoted.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
78 B
Rust
Raw Normal View History

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