Closed as not planned
Description
Zig Version
0.14.0-dev.655+d30d37e35
Steps to Reproduce and Observed Behavior
I have "var min_col: i32 = undefined;", when i try to set the variable to some value (the first value is always setted, then i use it to find a minimum) it doesn't work in Debug mode. I tried in ReleaseSafe and it all works correctly
Expected Behavior
To behave like in Release mode, and set the memory to a value