]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/lto-dylib-dep/main.rs
Auto merge of #100578 - Urgau:float-next-up-down, r=scottmcm
[rust.git] / src / test / run-make-fulldeps / lto-dylib-dep / main.rs
1 extern crate a_dylib;
2
3 fn main() {
4     a_dylib::foo();
5 }