Sign in
android
/
toolchain
/
rustc
/
d59a28787b7ba06edbd1e4528a42b66d67dc6a19
/
.
/
src
/
test
/
codegen
/
force-unwind-tables.rs
blob: 4c0a5602c6dad73ecb37e59e3431696749631f2a [
file
] [
log
] [
blame
]
// compile-flags: -C no-prepopulate-passes -C force-unwind-tables=y
#![
crate_type
=
"lib"
]
// CHECK: attributes #{{.*}} uwtable
pub
fn
foo
()
{}