August 15, 2023
https://issues.dlang.org/show_bug.cgi?id=24086

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |b2.temp@gmx.com
         Resolution|---                         |INVALID

--- Comment #1 from Basile-z <b2.temp@gmx.com> ---
you need to pass the `-debug` argument to DMD. Without, the semantically incorrect code is not analyzed, it's a case of conditional compilation (https://dlang.org/spec/version.html#debug)

--