March 30, 2004
dmd still crash on illegal struct initialization:

void main(){
  struct data{
    bit b= -1;
  }
}

So long!