* dwarf2read.c (dwarf_stack_op_name): Add DW_OP_GNU_encoded_addr,
[deliverable/binutils-gdb.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 }
This page took 0.029281 seconds and 4 git commands to generate.