rust/src/test/ui/auxiliary/rmeta-rlib.rs
2019-03-14 01:00:49 +00:00

6 lines
62 B
Rust

#![crate_type="rlib"]
pub struct Foo {
pub field: i32,
}