mirror of
https://github.com/ziglang/zig.git
synced 2026-01-04 20:43:19 +00:00
* Sema: zirAtomicLoad handles 0-bit types correctly * LLVM backend: when lowering function types, elide parameters with 0-bit types. * Type: abiSize handles u0/i0 correctly