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