mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-05-07 18:28:04 +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