[Issue 2502] compiler crashes on erroneous AA declaration

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Dec 10 17:05:41 PST 2008


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


-- 



More information about the Digitalmars-d-bugs mailing list