mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-06-03 22:34:59 -04:00
c80d196094
Some types require this extra bitcast, eg. structs or unions with extra padding fields inserted by the compiler. Fixes #7250