mirror of
https://github.com/ziglang/zig.git
synced 2024-11-28 08:02:32 +00:00
9 lines
92 B
Zig
9 lines
92 B
Zig
|
comptime {
|
||
|
foo: {}
|
||
|
}
|
||
|
|
||
|
// error
|
||
|
// output_mode=Exe
|
||
|
//
|
||
|
// :2:5: error: unused block label
|