binutils-gdb/gdb/testsuite/gdb.c++/hang2.C

9 lines
74 B
C++
Raw Normal View History

#include "hang.H"
struct B
{
int member_of_B;
};
int var_in_b = 1729;