Automatic date update in version.in
[binutils-gdb.git] / ld / testsuite / ld-ctf / array-char-conflicting-1.c
bloba6736a8a114d57e8d2bb1bf34b3f555a4d8e3703
1 typedef char *array[10];
3 static array digits_names = {"zero", "one", "two", "three", "four",
4 "five", "six", "seven", "eight", "nine"};
6 void *foo (void)
8 return digits_names;