rust/tests/run-make/lto-dylib-dep/main.rs

6 lines
57 B
Rust

extern crate a_dylib;
fn main() {
a_dylib::foo();
}