blob: 6fe6996dc8904a7d065a7a53f4d1f711e6e10f81 [file]
let a = 1;
{
let a = 2;
}
return a;