https://issues.dlang.org/show_bug.cgi?id=18815
Walter Bright <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Walter Bright <[email protected]> --- It is likely crashing because your main() is on the C++ side, and so the D runtime library never gets initialized. --
