Fix unused warnings.
[official-gcc/graphite-test-results.git] / gcc / testsuite / gcc.c-torture / compile / 20070603-1.c
blob94e2baf138df64cb4c4d5ae6d1d4fb928b3c9344
2 int f(_Complex double *a, unsigned int n)
4 unsigned int i;
5 for(i = 0; i< n; i++)
7 a[i] = __real__ a[i+1] + __real__ a[i];