[Issue 24086] No output or failed function call
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Aug 15 07:20:38 UTC 2023
https://issues.dlang.org/show_bug.cgi?id=24086
Basile-z <b2.temp at gmx.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |b2.temp at gmx.com
Resolution|--- |INVALID
--- Comment #1 from Basile-z <b2.temp at 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)
--
More information about the Digitalmars-d-bugs
mailing list