blob: 0d011d096bd1f210d6ff2f75a43a1c56951dfa0c [file] [log] [blame]
static FOO: u32 = 50;
fn main() {
let _val: &'static [&'static u32] = &[&FOO]; //~ ERROR temporary value dropped while borrowed
}