rust/tests/run-make-fulldeps/symlinked-extern/foo.rs
2023-01-11 09:32:08 +00:00

6 lines
64 B
Rust

#![crate_type = "rlib"]
pub struct S;
pub fn foo() -> S { S }