July 24, 2004
void voidfunc() {}
int main()
{
   printf("%d", voidfunc());
   return 0;
}


DMD 0.96 output:
   Internal error: ..\ztc\cod1.c 2495

This also happens with writef().