digitalmars.D.bugs - Internal error: ..\ztc\cod1.c 2498
- Ilya Zaitseff (9/9) Sep 05 2004 [bug.d]
[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








"Ilya Zaitseff" <sark7 mail333.com>