mirror of
https://github.com/ziglang/zig.git
synced 2026-03-11 21:59:52 +00:00
...field to const slice parameter we use a packed struct internally to represent a const array of disparate union values, and needed to update the internal getelementptr instruction to recognize that. closes #664