Sadly the: pragma(LDC_global_crt_ctor, 0) void initRuntime() { import core.runtime: Runtime; Runtime.initialize(); }will not compile under DMD :-(
version(LDC){ /* ... */ }
not that it helps make things work correctly, but at least
they'll compile :)
