2018-03-06 18:27:19 +00:00
|
|
|
// compile-flags: -C no-prepopulate-passes -C force-frame-pointers=y
|
2018-01-03 09:29:27 +00:00
|
|
|
|
|
|
|
#![crate_type="lib"]
|
|
|
|
|
2019-12-31 05:35:13 +00:00
|
|
|
// CHECK: attributes #{{.*}} "frame-pointer"="all"
|
2018-01-03 09:29:27 +00:00
|
|
|
pub fn foo() {}
|