mirror of
https://github.com/ziglang/zig.git
synced 2025-12-25 15:43:06 +00:00
in the expression `&const a.b`, the const (and/or volatile) qualifiers would be incorrectly dropped. closes #655
in the expression `&const a.b`, the const (and/or volatile) qualifiers would be incorrectly dropped. closes #655