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