mirror of
https://github.com/ziglang/zig.git
synced 2026-02-09 11:03:30 +00:00
Fixes two scenarios where @boolToInt() calls were missing: 1. Boolean expression cast to different-size int (char, long, etc) 2. Boolean expression used as parameter for function with int argument