Sign in
fuchsia
/
third_party
/
rust
/
d210ce7dac4acb7653d647c77d56c10068dda82c
/
.
/
tests
/
codegen-llvm
/
panic-unwind-default-uwtable.rs
blob: 06f616c519b230265ae1298616a1ee9b37bff78e [
file
] [
log
] [
blame
]
//@ compile-flags: -C panic=unwind -C no-prepopulate-passes -Copt-level=0
#![
crate_type
=
"lib"
]
// CHECK: attributes #{{.*}} uwtable
pub
fn
foo
()
{}