struct Foo { int x, y; } Foo[] front(Foo[][] a) { return a[0]; } void main() { Foo[][] b; auto xy = b.front[0].tupleof; } DMD 2.058head dmd -inline test.d Internal error: backend\symbol.c 1032
*** This issue has been marked as a duplicate of issue 4940 ***