On Monday, 3 October 2022 at 15:56:02 UTC, Paul Backus wrote:
Shouldn't this readUnspecified Value: If a void initialized variable's value is usedbefore it is set, its value is unspecified.Yes, it should. Many of the contributors to the D spec are not very well versed in the precise details of these terms, so mistakes like this occasionally slip through.
Issue 23390 - value of void initialized variable is unspecified (and not subject to UB)