Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
panic-runtime
/
link-to-unwind.rs
blob: 848b27e3fcc5a469620ff6ca521d0f6c2fb72a30 [
file
] [
log
] [
blame
] [
edit
]
//@ run-pass
//@ no-prefer-dynamic
#![
feature
(
panic_unwind
)]
extern
crate panic_unwind
;
fn
main
()
{
}