mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
10 lines
144 B
Zig
10 lines
144 B
Zig
comptime {
|
|
blk: {
|
|
blk: {}
|
|
}
|
|
}
|
|
|
|
// error
|
|
//
|
|
// :2:11: error: redefinition of label 'blk'
|
|
// :2:5: note: previous definition here
|