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

5 lines
82 B
Rust

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