rustc/tests/codegen/instrument-mcount.rs
2024-06-04 21:09:03 +02:00

8 lines
205 B
Rust

//
// compile-flags: -Z instrument-mcount -Copt-level=0
#![crate_type = "lib"]
// CHECK: attributes #{{.*}} "frame-pointer"="all" "instrument-function-entry-inlined"="{{.*}}mcount{{.*}}"
pub fn foo() {}