1 2 3 4 5 6 7 8 9
// run-fail // check-stdout // compile-flags: --test // ignore-emscripten #[test] fn test_foo() { panic!() }