Minimal testcase to reproduce: struct Foo { int i; } void main() { Foo[] array; foreach (ref foo; array) { auto x = () { foo.i = 42; }; } } Internal error: ..\ztc\cod4.c 354
Fixed DMD2.032.