eb7f1c487a
gdb.c++/hang.exp: New test.
9 lines
74 B
C
9 lines
74 B
C
#include "hang.H"
|
|
|
|
struct B
|
|
{
|
|
int member_of_B;
|
|
};
|
|
|
|
int var_in_b = 1729;
|