mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-06-08 16:44:34 -04:00
52e5c66025
* Initialize `big_align` with 1 as 0 is not a valid alignment. * Add an assert to `alignForwardGeneric` to catch this issue earlier. * Refactor valid alignment checks to call a more descriptive function.