D - [repost] dmd still crash on uninitialized const and global scope operator
- Manfred Nowak (6/6) Mar 30 2004 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