mirror of
https://github.com/ziglang/zig.git
synced 2025-12-12 17:23:09 +00:00
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
|