3 lines
49 B
Rust
3 lines
49 B
Rust
#![crate_type = "rlib"]
|
|
pub struct Foo(pub i32);
|
#![crate_type = "rlib"]
|
|
pub struct Foo(pub i32);
|