2023-03-30 07:34:55 -05:00

6 lines
64 B
Rust

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