blob: 26fec8792ade8a51b096e958cb46944331e2383a [file] [log] [blame]
struct A
{
struct B *b_ptr_in_a;
};
struct C
{
struct B
{
int member_of_B_in_C;
};
};