input4

Undocumented in source.
immutable
auto input4 = q{ struct A { int x; struct B { int y; } B b; } int i=0; int j=0; void f() { A a; a.x = 1+i*j; a.b.y = 2; bool b = 3 == a.x; if ( i < j ) f(); } };

Meta