blob: 9765af1a7f652ac5e2bce5d4bcad7fb7b06b56c7 [file] [log] [blame]
pub struct A {
a: isize,
pub b: isize,
}
pub struct B {
pub a: isize,
b: isize,
}