master
1export fn f() void {
2    const a: i32 = 0;
3    var a = 0;
4}
5
6// error
7//
8// :3:9: error: redeclaration of local constant 'a'
9// :2:11: note: previous declaration here