https://issues.dlang.org/show_bug.cgi?id=10034
Mathias LANG <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |INVALID --- Comment #4 from Mathias LANG <[email protected]> --- [wmain is a Microsoft-specific extension](https://docs.microsoft.com/en-us/cpp/c-language/using-wmain?view=msvc-160), and D does not recognize all extensions that MSVC recognize. There's a bit of documentation about it here: https://dlang.org/spec/function.html#betterc-main As explained, it is implementation specific, so this looks like an invalid issue. --
