aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/compile/pr54559.c
blob: 847497f0b7ddbc92d973694064fffb1fdbc5b054 (plain)
1
2
3
4
5
6
7
8
9
/* PR c/54559 */

typedef double _Complex T;

T
foo (double x, double y)
{
  return x + y * (T) (__extension__ 1.0iF);
}