]> git.lizzy.rs Git - rust.git/blob - tests/run-make-fulldeps/lto-dylib-dep/main.rs
Rollup merge of #105172 - alexs-sh:issue-98861-fix-next, r=scottmcm
[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 }