[Issue 14699] ICE: segfaults on array with zero size

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun Jun 14 09:05:22 PDT 2015


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

--- Comment #2 from Ketmar Dark <ketmar at ketmar.no-ip.org> ---
p.s. actually, it's enough to have a single line to trigger the bug:

  ubyte[0][1] test;

that's it.

--


More information about the Digitalmars-d-bugs mailing list