gdc main.d
The resulting executable file has no problems.
Comment #3 by kravchuk3571 — 2019-08-04T11:38:23Z
based on DMD v2.078.3 and LLVM 5.0.1
File main.d:
import std.stdio;
void main()
{
writeln("hw");
}
$ ldc2 main.d
The resulting executable file has no problems.
Comment #4 by dfj1esp02 — 2019-08-05T08:35:11Z
*** This issue has been marked as a duplicate of issue 19116 ***