typedef A = ( ((E e) d) b, int c, ); typedef E = ( int f, int g, ); var A a; () f() { int x = a.b.d.e.f; a.b.d.e.f = 1; }