Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
5f6fa960c254dfda8ba1d5dc2fb281b6908d8005
/
.
/
tests
/
ui
/
macros
/
die-macro-pure.rs
blob: d84787705a1aa79998468ade933f0cfc326184fd [
file
]
//@ run-fail
//@ error-pattern:test
//@ needs-subprocess
fn
f
()
{
panic
!(
"test"
);
}
fn
main
()
{
f
();
}