]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/gdb.base/list0.c
This commit was manufactured by cvs2svn to create branch
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.base / list0.c
CommitLineData
c906108c
SS
1#include "list0.h"
2
085dd6e6 3int main ()
c906108c
SS
4{
5 int x;
6#ifdef usestubs
7 set_debug_traps();
8 breakpoint();
9#endif
10 x = 0;
11 foo (x++);
12 foo (x++);
13 foo (x++);
14 foo (x++);
15 foo (x++);
16 foo (x++);
17 foo (x++);
18 foo (x++);
19 foo (x++);
20 foo (x++);
21 foo (x++);
22 foo (x++);
23 foo (x++);
24 foo (x++);
25 foo (x++);
26 foo (x++);
27 foo (x++);
28 foo (x++);
29 foo (x++);
30 foo (x++);
31 foo (x++);
32 foo (x++);
33 foo (x++);
34 foo (x++);
35 foo (x++);
085dd6e6 36 return 0;
c906108c
SS
37}
38
39static void
40unused ()
41{
42 /* Not used for anything */
43}