Fix unused warnings.
[official-gcc/graphite-test-results.git] / gcc / testsuite / gcc.c-torture / unsorted / p.c
blob465e741592a210e82f4ed90c722623bd10ba2bd9
1 foo (a, b, p)
2 short *p;
4 p[0] = a;
5 p[1] = b;