mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 16:54:52 +00:00
The right-hand side was incorrectly cast to a pointer, since only signed ints were being interpreted correctly as pointer arithmetic. Fixes #20285.