1 2 3 4 5 6 7
// // compile-flags: -C no-prepopulate-passes -C force-frame-pointers=y #![crate_type="lib"] // CHECK: attributes #{{.*}} "no-frame-pointer-elim"="true" pub fn foo() {}