* gdb.dwarf2/clztest.exp: Fix initialization of tests array.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.dwarf2 / dw4-sig-types-b.cc
CommitLineData
673bfd45
DE
1
2#include "dw4-sig-types.h"
3
4extern myns::bar_type myset;
5
6static myns::bar_type *
7bar ()
8{
9 return &myset;
10}
11
12void
13foo ()
14{
15 bar ();
16}
This page took 0.133092 seconds and 4 git commands to generate.