mirror of
https://github.com/ziglang/zig.git
synced 2025-12-25 15:43:06 +00:00
Reverted #1628 and changed the grammar+parser of the language to not allow certain expr where types are expected
2 lines
26 B
Zig
2 lines
26 B
Zig
const a = [][]const u8{};
|