//@ run-pass //@ pretty-expanded FIXME #23616 pub fn main() { fn f() { } let _: Box = Box::new(f as fn()); }