mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-28 11:27:09 +03:00
f55fdc00fc
in the expression `&const a.b`, the const (and/or volatile) qualifiers would be incorrectly dropped. closes #655