Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
codegen
/
panic-unwind-default-uwtable.rs
blob: 4c85008cf359a842b80b0d856bbfdd8c5e4b6870 [
file
] [
log
] [
blame
]
// compile-flags: -C panic=unwind -C no-prepopulate-passes
#![
crate_type
=
"lib"
]
// CHECK: attributes #{{.*}} uwtable
pub
fn
foo
()
{}