* gdb.base/help.exp: Replace most of docstring for "define" with ".*".
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / list0.h
CommitLineData
ef44eed1
SS
1/* An include file that actually causes code to be generated in the
2 including file. This is known to cause problems on some systems. */
3
4static void
5foo (x)
6int x;
7{
8 bar (x++);
9 bar (x++);
10 bar (x++);
11 bar (x++);
12 bar (x++);
13 bar (x++);
14 bar (x++);
15 bar (x++);
16 bar (x++);
17 bar (x++);
18 bar (x++);
19 bar (x++);
20 bar (x++);
21 bar (x++);
22 bar (x++);
23 bar (x++);
24 bar (x++);
25 bar (x++);
26 bar (x++);
27 bar (x++);
28 bar (x++);
29 bar (x++);
30 bar (x++);
31 bar (x++);
32 bar (x++);
33 bar (x++);
34 bar (x++);
35 bar (x++);
36}
This page took 0.049566 seconds and 4 git commands to generate.