www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - Internal error: ..\ztc\cod1.c 2498

[bug.d]

alias int my_int;

void main()
{
   printf("%d", my_int);
}

Compiler [dmd 0.101] outputs:

bug.d(5): type int is not an expression
Internal error: ..\ztc\cod1.c 2498
Sep 05 2004