]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/symlinked-extern/foo.rs
Auto merge of #96711 - emilio:inline-slice-clone, r=nikic
[rust.git] / src / test / run-make-fulldeps / symlinked-extern / foo.rs
1 #![crate_type = "rlib"]
2
3 pub struct S;
4
5 pub fn foo() -> S { S }