On 18/08/2026 3:15 PM, Walter Bright wrote: > (It's extremely difficult to track down an uninitialized variable in C > and C++, because every change you make to the program to try and track > it down, changes the values in it.) -preview=fastdfa says otherwise. So many of the C tests fail due to this :)