2021-04-03 06:05:11 -05:00
|
|
|
//
|
2024-02-22 06:10:29 -06:00
|
|
|
//@ compile-flags: -Z instrument-mcount -Copt-level=0
|
2019-03-28 16:44:31 -05:00
|
|
|
|
|
|
|
#![crate_type = "lib"]
|
|
|
|
|
2019-12-30 23:35:13 -06:00
|
|
|
// CHECK: attributes #{{.*}} "frame-pointer"="all" "instrument-function-entry-inlined"="{{.*}}mcount{{.*}}"
|
2019-03-28 16:44:31 -05:00
|
|
|
pub fn foo() {}
|