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





------- Comment #2 from clugd...@yahoo.com.au  2009-05-04 07:11 -------
Reduced test case shows it's a problem with CTFE and AA literals.

immutable bool [int] map = [ 4:true, 5:true ];
int foo () {
    foreach (x; map.keys) {}
    return 3;
}

static int x = foo();


-- 

Reply via email to