https://issues.dlang.org/show_bug.cgi?id=14643
--- Comment #3 from Nick Treleaven <[email protected]> --- > the bug might not even be reproducible Oops, the original bug also violates safety anyway. The above comment combined with the original example means that any enum value outside its min and max properties can produce an uninitialized pointer in safe code, void initialization is not required. The solution seems to be to fix issue 11051. --
