mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-26 13:01:34 +03:00
be9b42d707
This was already possible in practice by just wrapping a packed union into a packed struct. Now it's also possible without doing that.