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