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