[Issue 14038] [REG2.067a] Non-mutable AA initialization segfaults in runtime

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sat Jan 24 14:50:01 PST 2015


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

--- Comment #2 from Kenji Hara <k.hara.pg at gmail.com> ---
(In reply to Kenji Hara from comment #1)
More close to the original:

static immutable ubyte[string] wordsAA;
static this()
{
    wordsAA["zero"] = 0;
}

void main() {}

--


More information about the Digitalmars-d-bugs mailing list