Fix unused warnings.
[official-gcc/graphite-test-results.git] / gcc / testsuite / gcc.c-torture / compile / pr43636.c
blobebf50edf31216f7eecb9bda20826dfc399f1ba20
1 /* PR target/43636 */
3 extern char a[], *b[];
5 char *
6 foo (char *x, int y)
8 x = __builtin_stpcpy (x, b[a[y]]);
9 return x;