]> git.lizzy.rs Git - rust.git/blob - src/test/codegen/instrument-mcount.rs
Merge commit 'd3a2366ee877075c59b38bd8ced55f224fc7ef51' into sync_cg_clif-2022-07-26
[rust.git] / src / test / 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() {}