rust/tests/run-make-fulldeps/pgo-indirect-call-promotion/opaque.rs

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

8 lines
117 B
Rust
Raw Normal View History

#![crate_name="opaque"]
#![crate_type="rlib"]
#[no_mangle]
pub fn opaque_f1() {}
#[no_mangle]
pub fn opaque_f2() {}