os-rust/tests/ui/privacy/auxiliary/pub_use_xcrate1.rs
2023-01-11 09:32:08 +00:00

3 lines
39 B
Rust

pub struct Foo {
pub name: isize
}