art.08.09@gmail.com changed bug 148
What Removed Added
CC   art.08.09@gmail.com

Comment # 1 on bug 148 from
A slightly better testcase; this works when using the older compiler:

void main() {
   asm {""~"" ; }
   enum E = ""~"";
   asm {""~E~"" ; }
}


You are receiving this mail because: