mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-05-01 15:31:25 +03:00
8139c5a516
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{};
|