digitalmars.D.bugs - void passed to printf
- Vathix (9/9) Jul 24 2004 void voidfunc() {}
void voidfunc() {}
int main()
{
printf("%d", voidfunc());
return 0;
}
DMD 0.96 output:
Internal error: ..\ztc\cod1.c 2495
This also happens with writef().
Jul 24 2004








"Vathix" <vathixSpamFix dprogramming.com>