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