repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* config/tc-arm.c (arm_cpus): Add entry for ARM Cortex-M0.
[binutils-gdb.git]
/
gdb
/
testsuite
/
gdb.base
/
list0.h
blob
d46833060e5c97e6da8e19aa147b2fb3e7b2f684
1
/* An include file that actually causes code to be generated in the including file. This is known to cause problems on some systems. */
2
#ifdef PROTOTYPES
3
extern
void
bar
(
int
);
4
static void
foo
(
int
x
)
5
#else
6
static void
foo
(
x
)
int
x
;
7
#endif
8
{
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
bar
(
x
++);
37
}