digitalmars.D.bugs - Internal error when slicing a pointer
- Ivan Senji (9/9) Jul 25 2004 Internal error: ..\ztc\cgcod.c 1464
Internal error: ..\ztc\cgcod.c 1464 Here is the code: void main () { int x=3; int[] a = (&x)[]; } Ofcourse the code doesn't make sense but would be nice if the compiler didn't crash :)
Jul 25 2004