blob: 0eda77c3c72acb49556b3ee0832155602f90b7f4 [file]
struct a { a : i32 };
fn f() {
{
let a : a = a();
let b = a;
}
let a : a = a();
let b = a;
}