* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.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;