Commit d7a0fe67b3
Changed files (1)
test
test/cases/variable_shadowing.0.zig
@@ -4,6 +4,8 @@ pub fn main() void {
}
// error
+// backend=stage2
+// target=x86_64-linux,x86_64-macos
//
// :3:9: error: redeclaration of local variable 'i'
// :2:9: note: previous declaration here