Sign in
android
/
toolchain
/
rustc
/
f7ad1c480b8dc4097ef67cd82ec1c5b706e10950
/
.
/
src
/
test
/
run-make-fulldeps
/
foreign-rust-exceptions
/
bar.rs
blob: 5f9efe323609b8d857fb90de218fcfb93e72ba42 [
file
] [
log
] [
blame
]
#![
crate_type
=
"cdylib"
]
#![
feature
(
c_unwind
)]
#[
no_mangle
]
extern
"C-unwind"
fn
panic
()
{
panic
!();
}