1 2 3 4 5 6
//@rustc-env: RUST_BACKTRACE=1 //@compile-flags: -Zmiri-disable-isolation fn main() { std::panic!("panicking from libstd"); }