// run-fail // error-pattern:panicked at 'Box' // ignore-emscripten no processes #![feature(box_syntax)] fn main() { panic!(box 413 as Box); }