Add support to GDB for the Renesas rl78 architecture.
[external/binutils.git] / gdb / testsuite / gdb.dwarf2 / dw4-sig-types.cc
1
2 #include "dw4-sig-types.h"
3
4 myns::bar_type myset;
5
6 int
7 main ()
8 {
9   foo ();
10
11   return 0;
12 }