Sign in
android
/
toolchain
/
rustc
/
d59a28787b7ba06edbd1e4528a42b66d67dc6a19
/
.
/
src
/
tools
/
miri
/
tests
/
compile-fail
/
panic
/
panic_abort4.rs
blob: 41d32a604fede0d76f592c61496a6bb0a4622a3d [
file
] [
log
] [
blame
]
// error-pattern: the program aborted execution
// compile-flags: -C panic=abort
fn
main
()
{
core
::
panic
!(
"{}-panicking from libcore"
,
42
);
}