blob: 5b03cd75dca7f796dbe548f6702f810629546c0f [file] [log] [blame]
struct a {
b : i32;
};
struct _a {
_b : i32;
};
fn f() {
let c = _a();
let d = c._b;
}