mirror of
https://github.com/ziglang/zig.git
synced 2026-03-11 21:59:52 +00:00
The LLVM backend lowers unions where all fields are zero-bit as equivalent to their backing enum, and expects them to have the same by-ref-ness in at least one place in the backend, probably more. Resolves: #23577