]> git.proxmox.com Git - rustc.git/blame - tests/codegen/instrument-mcount.rs
New upstream version 1.69.0+dfsg1
[rustc.git] / tests / codegen / instrument-mcount.rs
CommitLineData
cdc7bbd5 1//
532ac7d7
XL
2// compile-flags: -Z instrument-mcount
3
4#![crate_type = "lib"]
5
dfeec247 6// CHECK: attributes #{{.*}} "frame-pointer"="all" "instrument-function-entry-inlined"="{{.*}}mcount{{.*}}"
532ac7d7 7pub fn foo() {}