Fix segfault with 'set print object on' + 'whatis <struct>' & co
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.cp / hang3.cc
1 #include "hang.H"
2
3 const struct B *const_B_ptr;
4 int var_in_hang3 = 42;
5
6 int dummy3 (void)
7 {
8 return var_in_hang3;
9 }
This page took 0.035895 seconds and 4 git commands to generate.