]> git.lizzy.rs Git - rust.git/blob - src/test/codegen/instrument-mcount.rs
Rollup merge of #65389 - ecstatic-morse:zero-sized-array-no-drop, r=eddyb
[rust.git] / src / test / codegen / instrument-mcount.rs
1 // ignore-tidy-linelength
2 // compile-flags: -Z instrument-mcount
3
4 #![crate_type = "lib"]
5
6 // CHECK: attributes #{{.*}} "instrument-function-entry-inlined"="{{.*}}mcount{{.*}}" "no-frame-pointer-elim"="true"
7 pub fn foo() {}