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

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #4 from [email protected] ---
The reason for this behavior is apparently the extern(D) main function. Make
that extern(C), and druntime/Phobos isn't linked. - There's a DMD special case
for Windows targets, where the object file containing the D main function gets
an embedded linker directive to pull in the library.

--

Reply via email to