Sign in
rust
/
rust
/
08650fbb506c44fbc95d91abfb7cd95a56bbff30
/
.
/
src
/
test
/
codegen
/
instrument-mcount.rs
blob: b26076e7a7bfadae4283d5357a1bb569b1803fee [
file
]
//
// compile-flags: -Z instrument-mcount
#![
crate_type
=
"lib"
]
// CHECK: attributes #{{.*}} "frame-pointer"="all" "instrument-function-entry-inlined"="{{.*}}mcount{{.*}}"
pub
fn
foo
()
{}