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

--- Comment #3 from kinke <[email protected]> ---
There's a related issue regarding CRT ctors - if both executable and library
contain an identically mangled `pragma(crt_constructor)` function (doesn't even
need to be in the same module - and name collision is quite likely due to the
`extern(C)` requirement...), the executable one is invoked twice. Again
DMD-specific, works with LDC.

--

Reply via email to