blob: 558efe64c56b8c4e41b848be151ca378ae0a6c4d [file] [log] [blame]
type a = i32;
fn f() {
{
let a : a = a();
let b = a;
}
let a : a = a();
let b = a;
}