DMD 2.057 // module asdf does not exist static if(is(typeof({import asdf;}))){} The compilation fails with no error messages and exit code 1. The code should compile.
*** This issue has been marked as a duplicate of issue 7399 ***