rust/tests/run-make/pgo-branch-weights/opaque.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
92 B
Rust
Raw Normal View History

#![crate_name="opaque"]
#![crate_type="rlib"]
pub fn f1() {}
pub fn f2() {}
pub fn f3() {}