Fix unused warnings.
[official-gcc/graphite-test-results.git] / gcc / testsuite / gcc.c-torture / compile / pr27341-1.c
blobb77e937b9ce13dfcc3fe57198a2f5f66eb027380
1 extern double R_NaReal;
2 void z_atan2 (double _Complex * r, double _Complex * ccs)
4 if (*ccs == 0)
5 __imag__ *r = R_NaReal;