Open
Description
If we do a simple undefined optional (var foo: ?u32 = undefined;
), this gets converted to null only in debug mode: https://zig.godbolt.org/z/5a6ca8bz8. This is correctly set to 0xAAAA in release-safe.
This feels like a footgun as simple testing will trigger wrong assumptions.