mirror of
https://github.com/ziglang/zig.git
synced 2026-01-25 16:55:22 +00:00
Under some architecture/operating system combinations it is forbidden to return a pointer from a merge, as these pointers must point to a location at compile time. This adds a check for those cases when returning a pointer from a block merge.