//@ compile-flags:-Zprint-mono-items=eager #![crate_type = "lib"] static FN: fn() = foo::; fn foo() {} //~ MONO_ITEM fn foo:: //~ MONO_ITEM static FN //~ MONO_ITEM fn start #[no_mangle] pub fn start(_: isize, _: *const *const u8) -> isize { 0 }