blob: aae67637f2cbf97cc77d7c7ffe8661be49790262 [file] [log] [blame]
// build-pass (FIXME(62277): could be check-pass?)
#![allow(dead_code)]
#![allow(non_upper_case_globals)]
static x: &'static usize = &1;
static y: usize = *x;
fn main() {}