Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
4486c24db3ca1c698b34ea08bee15194774b53df
/
.
/
tests
/
codegen
/
force-unwind-tables.rs
blob: 33fdf7653f49189de77daef9217f7c6b0cf14e68 [
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
()
{}