Sign in
gnu
/
binutils-gdb
/
1dc13c7e9f47718b51d8206e0b7cc8b244271ce4
/
.
/
ld
/
testsuite
/
ld-ctf
/
array-char-conflicting-1.c
blob: a6736a8a114d57e8d2bb1bf34b3f555a4d8e3703 [
file
] [
log
] [
blame
]
typedef
char
*
array
[
10
];
static
array digits_names
=
{
"zero"
,
"one"
,
"two"
,
"three"
,
"four"
,
"five"
,
"six"
,
"seven"
,
"eight"
,
"nine"
};
void
*
foo
(
void
)
{
return
digits_names
;
}