modernc.org/cc@v1.0.1/testdata/gcc-6.3.0/gcc/testsuite/gcc.c-torture/compile/pr54559.c (about)

     1  /* PR c/54559 */
     2  
     3  typedef double _Complex T;
     4  
     5  T
     6  foo (double x, double y)
     7  {
     8    return x + y * (T) (__extension__ 1.0iF);
     9  }