* gdb.cp/hang.exp: Use .cc instead of .C.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.cp / hang2.cc
1 #include "hang.H"
2
3 struct B
4 {
5 int member_of_B;
6 };
7
8 int var_in_b = 1729;
This page took 0.036333 seconds and 5 git commands to generate.