http://d.puremagic.com/issues/show_bug.cgi?id=2502
------- Comment #2 from ellery-newcomer at utulsa.edu 2008-12-10 19:05 -------
(In reply to comment #1)
> Works fine with dmd 1.037 and 2.021.
>
Oops.
exact code:
void main(){
int[wchar[2]] codes;
codes["US"] = 3;
}
Sorry
--