[Issue 20374] Assertion failure: 'e && retregs' hit at cod1.d:1858 on Win32_64 auto-tester with phobos PR#7259

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Feb 7 01:15:48 UTC 2020


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

--- Comment #2 from moonlightsentinel at disroot.org ---
Without Phobos:

void main() @nogc
{
    auto arr = ["foo"].staticArray;
}

string[1] staticArray(string[1] a) @nogc
{
    return a;
}

--


More information about the Digitalmars-d-bugs mailing list