Internal error in cod2.c
bearophile
bearophileHUGS at lycos.com
Thu Nov 22 13:03:37 PST 2007
ulong foo(ulong n) {
if (n % 2 == 1)
return n;
}
void main() {}
On DMD v1.023, gives:
Internal error: ..\ztc\cod2.c 411
More information about the Digitalmars-d-bugs
mailing list