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