http://d.puremagic.com/issues/show_bug.cgi?id=2502





------- Comment #4 from [EMAIL PROTECTED]  2008-12-11 04:13 -------
Also errors on static char arrays.

void main(){
 int[char[2]] codes;
 codes[['U','S']] = 3; //OK
 codes["US"] = 3; //Internal error: e2ir.c 4302
}


-- 

Reply via email to