[gdb/testsuite] Fix gdb.ada/operator_bp.exp breakpoint location FAILs
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.linespec / lspec.h
CommitLineData
f8eba3c6
TT
1extern int m(int x);
2extern int n(int y);
3
4namespace NameSpace {
5 int overload ();
6 int overload (int);
7 int overload (double);
8};
9
10#ifdef WANT_F1
11int f1(void)
12{
13 return 1; /* f1 breakpoint */
14}
15#else
16extern int f1(void);
17#endif
18
19#ifdef WANT_F2
20int f2(void)
21{
22 return 1; /* f2 breakpoint */
23}
24#else
25extern int f2(void);
26#endif
This page took 0.967528 seconds and 4 git commands to generate.