mirror of
https://github.com/ziglang/zig.git
synced 2026-03-11 21:59:52 +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.