https://issues.dlang.org/show_bug.cgi?id=18312
Walter Bright <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from Walter Bright <[email protected]> --- The example needs to declare main() as extern(C). Anyhow, the trouble is _d_arraycatnTX(), which is in druntime and uses the GC to allocate the destination array. --
