// run-fail // error-pattern:panicked at 'Box' // ignore-emscripten no processes #![allow(non_fmt_panics)] fn main() { panic!(Box::new(612_i64)); }