| author | |
| committer | |
| log | d7a0fe67b38a60a4f294d6d9034c7a342bed7094 |
| tree | fe0894418959be5d5960ef44792467a87f8dd399 |
| parent | d834b180118cf336b09b8f664e294ec2222e6d16 |
See tracking issue #128441 files changed, 2 insertions(+), 0 deletions(-)
test/cases/variable_shadowing.0.zig+2| ... | ... | @@ -4,6 +4,8 @@ pub fn main() void { |
| 4 | 4 | } |
| 5 | 5 | |
| 6 | 6 | // error |
| 7 | // backend=stage2 | |
| 8 | // target=x86_64-linux,x86_64-macos | |
| 7 | 9 | // |
| 8 | 10 | // :3:9: error: redeclaration of local variable 'i' |
| 9 | 11 | // :2:9: note: previous declaration here |