mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-05-03 16:22:55 +03: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
|