]> git.lizzy.rs Git - rust.git/blob - tests/run-make-fulldeps/pgo-branch-weights/opaque.rs
Rollup merge of #107312 - calebcartwright:style-let-else, r=joshtriplett
[rust.git] / tests / run-make-fulldeps / pgo-branch-weights / opaque.rs
1 #![crate_name="opaque"]
2 #![crate_type="rlib"]
3
4 pub fn f1() {}
5 pub fn f2() {}
6 pub fn f3() {}