rust/src/test/codegen/instrument-mcount.rs
2019-03-31 07:13:59 +09:00

7 lines
223 B
Rust

// 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() {}