old-cross-binutils/gdb/testsuite/gdb.cp/hang.H
Michael Chastain 1105b7eff4 2003-08-22 Michael Chastain <mec@shout.net>
* gdb.cp: New directory.
	* gdb.cp/*: Copy from gdb.c++/*.
	* gdb.c++/*: Remove.
	* Makefile.in: Change gdb.c++ to gdb.cp.
	* configure.in:  Ditto.
	* configure: Regnerate.
2003-08-23 03:55:59 +00:00

12 lines
99 B
C

struct A
{
struct B *b_ptr_in_a;
};
struct C
{
struct B
{
int member_of_B_in_C;
};
};