Sign in
rust
/
rust
/
a5a286df89146c64afebc6dcbbd3f61ba67ae53b
/
.
/
src
/
tools
/
miri
/
tests
/
fail
/
panic
/
panic_abort4.rs
blob: 248064d14d5d07173915a27c89ef5b6dc15cc5ff [
file
]
//@error-in-other-file: the program aborted execution
//@compile-flags: -C panic=abort
fn
main
()
{
core
::
panic
!(
"{}-panicking from libcore"
,
42
);
}