Fix gdb.base/completion.exp with --target_board=dwarf4-gdb-index
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.linespec / base / one / thefile.cc
CommitLineData
f8eba3c6
TT
1/* The commented line must have the same line number in the other
2 "thefile.c". */
3
4#define WANT_F1
5#include "../../lspec.h"
6
7
8
9
10
11
33f448b1
JK
12static int twodup ()
13{
14 return 0;
15}
16
f8eba3c6
TT
17int m(int x)
18{
33f448b1 19 return x + 23 + twodup (); /* thefile breakpoint */
f8eba3c6
TT
20}
21
22int NameSpace::overload(int x)
23{
24 return x + 23;
25}
8f14146e
PA
26
27int z1 ()
28{
29 return 0;
30}
This page took 0.699759 seconds and 4 git commands to generate.