//@ run-pass #![allow(unused_mut)] fn main() { let mut unboxed = || {}; unboxed(); }