]> git.lizzy.rs Git - rust.git/blob - tests/run-make-fulldeps/lto-dylib-dep/main.rs
Auto merge of #107843 - bjorn3:sync_cg_clif-2023-02-09, r=bjorn3
[rust.git] / tests / run-make-fulldeps / lto-dylib-dep / main.rs
1 extern crate a_dylib;
2
3 fn main() {
4     a_dylib::foo();
5 }