Correct invalid assumptions made by (mostly) DWARF-2 tests
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.dwarf2 / dw4-sig-types.h
1
2 #include <set>
3 using std::set;
4
5 namespace myns
6 {
7
8 struct bar_type
9 {
10 set<int> foo;
11 };
12
13 } // myns
14
15 extern void foo ();
This page took 0.029407 seconds and 4 git commands to generate.