mirror of
https://github.com/ziglang/zig.git
synced 2024-11-27 07:32:44 +00:00
9 lines
140 B
Zig
9 lines
140 B
Zig
|
// dummy comment
|
||
|
var foo = false;
|
||
|
var foo = true;
|
||
|
|
||
|
// error
|
||
|
//
|
||
|
// :3:1: error: redeclaration of 'foo'
|
||
|
// :2:1: note: other declaration here
|