Does/// See_Also: https://forum.dlang.org/post/[email protected]
static this()
{
import etc.linux.memoryerror : registerMemoryErrorHandler;
registerMemoryErrorHandler();
}only work with DMD? With LDC I getbase.d:908: error: undefined reference to '_D3etc5linux11memoryerror26registerMemoryErrorHandlerFZb'
