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