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