summaryrefslogtreecommitdiffstats
path: root/tests/codegen/force-frame-pointers.rs
blob: 637c4234654b49d8f14065dc7ef29aae3bd4efa0 (plain)
1
2
3
4
5
6
// compile-flags: -C no-prepopulate-passes -C force-frame-pointers=y

#![crate_type="lib"]

// CHECK: attributes #{{.*}} "frame-pointer"="all"
pub fn foo() {}