July 25, 2004
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 :)