mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-30 14:52:41 +03:00
9ec4ccc68f
Shifting a value of type T by an amount that's greater or equal to the size of the type itself is UB. Spotted by @tgschultz