mirror of
https://github.com/ziglang/zig.git
synced 2025-12-31 02:23: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.