https://issues.dlang.org/show_bug.cgi?id=19933
--- Comment #2 from kinke <[email protected]> --- Just noticed that the OP hasn't used -betterC, but a C main, thus skipping the druntime initialization (incl. setting std{in,out,err}). With LDC v1.25, there's no linker error anymore, but the expected segfault as with DMD. --
