Sign in
rust
/
rust
/
97b1c314892ef4497c0ce5656daa3a54c4e052d3
/
.
/
tests
/
ui
/
panic-runtime
/
link-to-unwind.rs
blob: 848b27e3fcc5a469620ff6ca521d0f6c2fb72a30 [
file
]
//@ run-pass
//@ no-prefer-dynamic
#![
feature
(
panic_unwind
)]
extern
crate panic_unwind
;
fn
main
()
{
}