]> Git Repo - binutils.git/blob - ld/testsuite/ld-ctf/array-char-conflicting-1.c
Automatic date update in version.in
[binutils.git] / 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 }
This page took 0.024016 seconds and 4 git commands to generate.