[Issue 20102] Comp

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Aug 4 11:38:23 UTC 2019


https://issues.dlang.org/show_bug.cgi?id=20102

--- Comment #3 from Igor <kravchuk3571 at gmail.com> ---
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.

--


More information about the Digitalmars-d-bugs mailing list