Same here, we also hit this:
-------- main.d ----------
extern(C) pragma(crt_destructor) void deactivateDRuntime()
{
}
--------------------------
dmd -lib main.d
Comment #2 by aliloko — 2018-10-01T15:53:15Z
Can be workarounded by using LDC.
Can be workarounded by compiling in one bunch with --combined of course.