September 06, 2004
[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