blob: 83111412fee85f12a76ebeabf104bf618869c800 [file]
// https://github.com/rust-lang/rust/issues/49081
//@ revisions:rpass1 rpass2
//@ ignore-backends: gcc
pub static A: i32 = 42;
pub static B: &i32 = &A;
fn main() {}