Sign in
rust
/
rust
/
8f86c4abec54ecc06b469fff2cccf0a4182db41d
/
.
/
tests
/
codegen
/
instrument-mcount.rs
blob: 8c97535d4a82c211b93557ddf726bc8dd14d2555 [
file
] [
log
] [
blame
]
//
//@ compile-flags: -Z instrument-mcount -Copt-level=0
#![
crate_type
=
"lib"
]
// CHECK: attributes #{{.*}} "frame-pointer"="all" "instrument-function-entry-inlined"="{{.*}}mcount{{.*}}"
pub
fn
foo
()
{}