March 01, 2019
https://issues.dlang.org/show_bug.cgi?id=19711

          Issue ID: 19711
           Summary: -checkaction prevents console output
           Product: D
           Version: D2
          Hardware: x86
                OS: Windows
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: dmd
          Assignee: nobody@puremagic.com
          Reporter: Bastiaan@Veelo.net

void main()
{
        import std.stdio;
        writeln("U there??");
}

Compiled with -checkaction=[anything but "help"] prints nothing at all.

https://run.dlang.io/is/RwD1bB

--