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