(root)/
binutils-2.41/
ld/
testsuite/
ld-ctf/
array-char-conflicting-1.c
       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  }