mirror of
https://github.com/ziglang/zig.git
synced 2026-01-25 16:55:22 +00:00
* Fix codegen for optional types that decay to a pointer, the type behaves as a boolean * Fix comptime evaluation of zero-sized arrays, always initialize the internal array elements Closes #4673