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
Automatic date update in version.in
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-ctf
/
array-char-conflicting-1.c
blob
a6736a8a114d57e8d2bb1bf34b3f555a4d8e3703
1
typedef
char
*
array
[
10
];
2
3
static
array digits_names
= {
"zero"
,
"one"
,
"two"
,
"three"
,
"four"
,
4
"five"
,
"six"
,
"seven"
,
"eight"
,
"nine"
};
5
6
void
*
foo
(
void
)
7
{
8
return
digits_names
;
9
}