mirror of
https://github.com/ziglang/zig.git
synced 2025-12-26 16:13:07 +00:00
Layout algorithm: all `align(0)` fields are squished together as if they were a single integer with a number of bits equal to `@bitSizeOf` each field added together. Then the natural ABI alignment of that integer is used for that pseudo-field.