mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-06-04 06:46:20 -04: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