Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
macros
/
die-macro-2.rs
blob: e5456bdfca0f92a51d7d24927560083ff09c6cd7 [
file
] [
log
] [
blame
] [
edit
]
//@ run-fail
//@ error-pattern:test
//@ ignore-emscripten no processes
fn
main
()
{
panic
!(
"test"
);
}