mirror of
https://github.com/ziglang/zig.git
synced 2024-11-27 23:52:31 +00:00
50339f595a
Signed-off-by: Eric Joldasov <bratishkaerik@getgoogleoff.me>
11 lines
144 B
Zig
11 lines
144 B
Zig
comptime {
|
|
blk: {
|
|
blk: {}
|
|
}
|
|
}
|
|
|
|
// error
|
|
//
|
|
// :2:11: error: redefinition of label 'blk'
|
|
// :2:5: note: previous definition here
|