blob: fb5f04afd35d81e5bbfb2b184de73c21f761071c [file] [log] [blame]
fn a() {
{
var a = 1;
var b = a;
}
let a = 1;
let b = a;
}