July 24, 2004 void passed to printf | ||||
|---|---|---|---|---|
| ||||
void voidfunc() {}
int main()
{
printf("%d", voidfunc());
return 0;
}
DMD 0.96 output:
Internal error: ..\ztc\cod1.c 2495
This also happens with writef().
| ||||
Copyright © 1999-2021 by the D Language Foundation
Permalink
Reply