]> git.lizzy.rs Git - rust.git/blob - tests/codegen/instrument-mcount.rs
Rollup merge of #107194 - xfix:remove-slice-internals-dependency-in-rustc-ast, r...
[rust.git] / tests / codegen / instrument-mcount.rs
1 //
2 // compile-flags: -Z instrument-mcount
3
4 #![crate_type = "lib"]
5
6 // CHECK: attributes #{{.*}} "frame-pointer"="all" "instrument-function-entry-inlined"="{{.*}}mcount{{.*}}"
7 pub fn foo() {}