]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/pgo-branch-weights/opaque.rs
Rollup merge of #100819 - WaffleLapkin:use_ptr_byte_methods, r=scottmcm
[rust.git] / src / test / 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() {}