OSDN Git Service

* c-decl.c (grokfield): Allow typedefs for anonymous structs and
[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 }