blob: 339aca037546572cf87cd958dc2b5c49b280e709 [file] [log] [blame] [edit]
//@ check-pass
#![allow(dead_code)]
#![allow(non_upper_case_globals)]
const x: &'static dyn Fn() = &|| println!("ICE here");
fn main() {}