mirror of
https://github.com/ziglang/zig.git
synced 2026-01-10 01:15:14 +00:00
in the expression `&const a.b`, the const (and/or volatile) qualifiers would be incorrectly dropped. closes #655
2 lines
25 B
Zig
2 lines
25 B
Zig
pub const Integer = u32;
|