March 30, 2004 [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! |
Copyright © 1999-2021 by the D Language Foundation