blob: 6cbd501b84d69d8dc083ed6060299001770df074 [file] [log] [blame]
struct a {
a : i32,
}
fn f() {
{
let a : a = a();
let b = a;
}
let a : a = a();
let b = a;
}