about summary refs log tree commit diff
path: root/src/test/codegen/instrument-mcount.rs
blob: c72d09f7a03d2931f78ce0f01e6a0d44a2eeab2c (plain)
1
2
3
4
5
6
7
// ignore-tidy-linelength
// compile-flags: -Z instrument-mcount

#![crate_type = "lib"]

// CHECK: attributes #{{.*}} "instrument-function-entry-inlined"="{{.*}}mcount{{.*}}" "no-frame-pointer-elim"="true"
pub fn foo() {}