mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 16:54:52 +00:00
Packed structs used to skip the zero-sized types and trip some assertions that expected the type reference not to be null. Fixes #3143
Packed structs used to skip the zero-sized types and trip some assertions that expected the type reference not to be null. Fixes #3143