mirror of
https://github.com/ziglang/zig.git
synced 2024-11-27 07:32:44 +00:00
9 lines
130 B
Zig
9 lines
130 B
Zig
comptime {
|
|
blk: {blk: {}}
|
|
}
|
|
|
|
// error
|
|
//
|
|
// :2:11: error: redefinition of label 'blk'
|
|
// :2:5: note: previous definition here
|