mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-18 03:25:55 +00:00
5 lines
96 B
Rust
5 lines
96 B
Rust
pub struct A(());
|
|
pub struct B(isize);
|
|
pub struct C(pub isize, isize);
|
|
pub struct D(pub isize);
|