]> git.lizzy.rs Git - rust.git/blob - src/test/codegen/force-frame-pointers.rs
Sync rust-lang/portable-simd@03f6fbb21e6050da2a05b3ce8f480c020b384916
[rust.git] / src / test / codegen / force-frame-pointers.rs
1 // compile-flags: -C no-prepopulate-passes -C force-frame-pointers=y
2
3 #![crate_type="lib"]
4
5 // CHECK: attributes #{{.*}} "frame-pointer"="all"
6 pub fn foo() {}