* gdb.c++/hang.exp: Check for corruption of the cv_type chain.

* gdb.c++/hang3.C: New file.
This commit is contained in:
Jim Blandy
2002-05-04 20:51:16 +00:00
parent 0816590b14
commit 188baff3f1
3 changed files with 28 additions and 4 deletions

View File

@@ -0,0 +1,4 @@
#include "hang.H"
const struct B *const_B_ptr;
int var_in_hang3 = 42;