//@ run-pass //@ pretty-expanded FIXME #23616 fn main() { let onetime = |x| x; onetime(0); }