blob: a313040cd3fc7f6e5aa6b854c23e3d3f415c918c [file] [log] [blame]
struct A {
B : i32,
}
struct _A {
_B : i32,
}
fn f() {
let c = _A();
let d = c._B;
}