]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/symlinked-libraries/foo.rs
Auto merge of #100210 - mystor:proc_macro_diag_struct, r=eddyb
[rust.git] / src / test / run-make-fulldeps / symlinked-libraries / foo.rs
1 #![crate_type = "dylib"]
2
3 pub fn bar() {}