Comment #0 by andreas.kader — 2014-02-05T01:34:22Z
The following program does no longer compile with dmd 2.065 Beta 3 and option -inline:
void main()
{
string[string][string] foo;
foo.get("bar", null).get("baz", null);
}
-----------------
Internal error: backend/cod4.c 358