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

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

6 lines
82 B
Rust
Raw Normal View History

extern crate interesting;
fn main() {
interesting::function_called_once();
}