Sign in
fuchsia
/
third_party
/
rust
/
8429c9911b68afe9c0cc5804cb15fc22f03d913c
/
.
/
tests
/
ui
/
panics
/
panic-main.rs
blob: 3876dbb37c37d1e244d6c609409d965c132327e2 [
file
] [
log
] [
blame
]
//@ run-fail
//@ error-pattern:moop
//@ needs-subprocess
fn
main
()
{
panic
!(
"moop"
);
}