blob: 4c94a601f33fd960cf3fd7e82c6e461a9f1908bf (
plain)
1
2
3
4
5
6
7
|
// min-llvm-version 8.0
// compile-flags: -C no-prepopulate-passes -C force-frame-pointers=y
#![crate_type="lib"]
// CHECK: attributes #{{.*}} "frame-pointer"="all"
pub fn foo() {}
|