modernc.org/ccgo/v3@v3.16.14/lib/testdata/gcc-9.1.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 }