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