mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 14:23:09 +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