rust/tests/run-make/lto-dylib-dep/main.rs
2023-03-30 07:34:55 -05:00

6 lines
57 B
Rust

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