PR middle-end/77357 - strlen of constant strings not folded
[official-gcc.git] / gcc / testsuite / gcc.dg / complex-4.c
blob6becd3b9474ef97e0707010b980d862cde94a8e6
1 /* PR c/22393 */
2 /* { dg-options "-O -std=gnu99" } */
4 __complex__ double foo (__complex__ double x)
6 return 1.0 / x * -1.0i;