Sign in
rust
/
rust
/
13b537002bd78be5b0fda9eecf174eb5bf73db8a
/
.
/
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
()
{}