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

#![crate_type="lib"]

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