Files
rust/tests/run-make/pgo-embed-bc-lto/opaque.rs

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

6 lines
84 B
Rust
Raw Normal View History

#![crate_name = "opaque"]
#![crate_type = "rlib"]
#[inline(never)]
pub fn foo() {}