PR threads/18127 - threads spawned by infcall end up stuck in "running" state
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.linespec / lspec.cc
CommitLineData
f8eba3c6
TT
1#include "lspec.h"
2
3static int dupname (int x) { label: return x; }
4
5int NameSpace::overload()
6{
7 return 23;
8}
9
10int body_elsewhere()
11{
33f448b1 12 int x = 5; /* body_elsewhere marker */
f8eba3c6
TT
13#include "body.h"
14}
15
16int main()
17{
18 return dupname(0) + m(0) + n(0) + f1() + f2() + body_elsewhere();
19}
This page took 0.553904 seconds and 4 git commands to generate.