blob: 947965ad50c8b46de70cb8fe8f6cc064773ade59 [file] [log] [blame]
//@ build-pass (FIXME(62277): could be check-pass?)
fn main() {
let _: &'static usize = &(loop {}, 1).1;
}