2021-04-03 13:05:11 +02:00
|
|
|
//
|
2019-03-29 06:44:31 +09:00
|
|
|
// compile-flags: -Z instrument-mcount
|
|
|
|
|
|
|
|
#![crate_type = "lib"]
|
|
|
|
|
2019-12-30 21:35:13 -08:00
|
|
|
// CHECK: attributes #{{.*}} "frame-pointer"="all" "instrument-function-entry-inlined"="{{.*}}mcount{{.*}}"
|
2019-03-29 06:44:31 +09:00
|
|
|
pub fn foo() {}
|