rust/tests/run-make-fulldeps/lto-dylib-dep/main.rs
2023-01-11 09:32:08 +00:00

6 lines
57 B
Rust

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