blob: 70f33e3e661813c3968f20881900ceeeefcf8800 [file] [log] [blame]
// compile-pass
#![allow(dead_code, warnings)]
static mut x: isize = 3;
static mut y: isize = unsafe { x };
fn main() {}