mirror of
https://github.com/ziglang/zig.git
synced 2025-12-27 00:23:22 +00:00
It is possible for Zig to emit field ptr instructions to fields whos type is zero sized. In this case llvm should return a pointer which points to the next none zero sized parameter.