mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-28 01:50:48 +00:00
* gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
gdb.c++/hang.exp: New test.
This commit is contained in:
12
gdb/testsuite/gdb.c++/hang.H
Normal file
12
gdb/testsuite/gdb.c++/hang.H
Normal file
@@ -0,0 +1,12 @@
|
||||
struct A
|
||||
{
|
||||
struct B *b_ptr_in_a;
|
||||
};
|
||||
|
||||
struct C
|
||||
{
|
||||
struct B
|
||||
{
|
||||
int member_of_B_in_C;
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user