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