www.digitalmars.com         C & C++   DMDScript  

D - [repost] dmd still crash on uninitialized const and global scope operator

dmd still crash on uninitialized const and global scope operator:

const char[1] arr;
void main(){
  printf("'%c'\n", .arr[0]);
}

So long!
Mar 30 2004