1 2 3 4 5 6 7 8 9 10 11 12
struct A { struct B *b_ptr_in_a; }; struct C { struct B { int member_of_B_in_C; }; };