Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
c4b90dfdc53882e139a2ca18ecc0cbadf56a1e40
/
.
/
src
/
test
/
codegen
/
force-frame-pointers.rs
blob: 637c4234654b49d8f14065dc7ef29aae3bd4efa0 [
file
] [
log
] [
blame
]
// compile-flags: -C no-prepopulate-passes -C force-frame-pointers=y
#![
crate_type
=
"lib"
]
// CHECK: attributes #{{.*}} "frame-pointer"="all"
pub
fn
foo
()
{}