eb7f1c487a
gdb.c++/hang.exp: New test.
12 lines
99 B
C
12 lines
99 B
C
struct A
|
|
{
|
|
struct B *b_ptr_in_a;
|
|
};
|
|
|
|
struct C
|
|
{
|
|
struct B
|
|
{
|
|
int member_of_B_in_C;
|
|
};
|
|
};
|