mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 12:09:26 +08:00
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;
|