https://issues.dlang.org/show_bug.cgi?id=13995
--- Comment #2 from deadalnix <deadalnix at gmail.com> ---
(In reply to Walter Bright from comment #1)
> Please have a compilable example.
alias T = int;
void main() {
writeln(T.stringof);
}
Here you go. This should print T, not int.
--