mirror of
https://github.com/ziglang/zig.git
synced 2026-01-22 15:25:23 +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