blob: a2bdd05cc3e6a1f61db0cbd40a93f57d44aa620a [file] [log] [blame]
type a = i32;
fn f() {
{
const a : a = a();
const b = a;
}
const a : a = a();
const b = a;
}