OSDN Git Service

* gcc.dg/pr34351.c: Compile for x86 targets only. Use %ebx register.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / complex-4.c
1 /* PR c/22393 */
2 /* { dg-options "-O -std=gnu99" } */
3
4 __complex__ double foo (__complex__ double x)
5 {
6     return 1.0 / x * -1.0i;
7 }