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