mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-05-01 07:12:47 +03:00
c80d196094
Some types require this extra bitcast, eg. structs or unions with extra padding fields inserted by the compiler. Fixes #7250