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