Sign in
fuchsia
/
third_party
/
rust
/
upstream/beta
/
.
/
src
/
tools
/
miri
/
tests
/
panic
/
panic4.rs
blob: 0fcc53813b5d79dcb47edfc8a6ba51f1000b8732 [
file
] [
log
] [
blame
]
fn
main
()
{
core
::
panic
!(
"{}-panicking from libcore"
,
42
);
}