xxxxxxxxxx
struct A
{
B b;
}
struct B
C val;
struct C
~this()
assert(A.sizeof == 0);
void main() {}