"Assertion Failure: 'impl' on line 4930 in file 'mtype.c'".
I looked in the file, but all I could find on line 4930 was:
int TypeAArray::isZeroInit(Loc loc)
{
return true;
}
So I'm not really sure what's going on here, though I obviously
did something wrong compiling DMD.
