rust/tests/ui/privacy/pub-priv-dep/auxiliary/foo.rs

3 lines
49 B
Rust

#![crate_type = "rlib"]
pub struct Foo(pub i32);