]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/lto-dylib-dep/a_dylib.rs
Rollup merge of #103689 - saethlin:libtest-startup, r=thomcc
[rust.git] / src / test / run-make-fulldeps / lto-dylib-dep / a_dylib.rs
1 pub fn foo() {
2     println!("bar");
3 }