rust/tests/run-make/symlinked-extern/foo.rs

8 lines
68 B
Rust

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