]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/symlinked-extern/bar.rs
Rollup merge of #57859 - GuillaumeGomez:fix-background, r=QuietMisdreavus
[rust.git] / src / test / run-make-fulldeps / symlinked-extern / bar.rs
1 #![crate_type = "rlib"]
2
3 extern crate foo;
4
5 pub fn bar(_s: foo::S) {
6 }