Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
refs/heads/revert-82057-cstr
/
.
/
src
/
test
/
codegen
/
instrument-mcount.rs
blob: 518a2a0da2a845880c4175327fa722bbe6ed36c0 [
file
] [
log
] [
blame
] [
edit
]
// ignore-tidy-linelength
// compile-flags: -Z instrument-mcount
#![
crate_type
=
"lib"
]
// CHECK: attributes #{{.*}} "frame-pointer"="all" "instrument-function-entry-inlined"="{{.*}}mcount{{.*}}"
pub
fn
foo
()
{}