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
/
foo.c
blob
2553607d5ec1e0e82bb6152c3ee8c4acb8aa2a21
1
static int
foox
=
'f'
+
'o'
+
'o'
;
2
3
int
foo
(
int
x
)
4
{
5
if
(
x
)
6
return
foox
;
7
else
8
return
0
;
9
}