zig/test/cases/unused_labels.3.zig
Eric Joldasov 50339f595a all: zig fmt and rename "@XToY" to "@YFromX"
Signed-off-by: Eric Joldasov <bratishkaerik@getgoogleoff.me>
2023-06-19 12:34:42 -07:00

11 lines
144 B
Zig

comptime {
blk: {
blk: {}
}
}
// error
//
// :2:11: error: redefinition of label 'blk'
// :2:5: note: previous definition here