mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 13:06:28 +03:00
7 lines
131 B
Rust
7 lines
131 B
Rust
//@rustc-env: RUST_BACKTRACE=1
|
|
//@compile-flags: -Zmiri-disable-isolation
|
|
|
|
fn main() {
|
|
std::panic!("panicking from libstd");
|
|
}
|