mirror of
https://github.com/ziglang/zig.git
synced 2026-01-04 20:43:19 +00:00
Prior to these, the return type was non-null but the value was generic poison which wasn't usable in user-space. This sets the value to null. This also adds a behavior test for this. Co-authored-by: InKryption <inkryption07@gmail.com>