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