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