mirror of
https://github.com/ziglang/zig.git
synced 2026-02-07 23:17:17 +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