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);
|