mirror of
https://github.com/ziglang/zig.git
synced 2026-03-11 21:59:52 +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