Update concepts branch to revision 131834
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr32191.c
blob0da5d5c5aaedfd925a519ad9d6fba01c7423e66f
1 /* { dg-do compile } */
2 /* { dg-require-effective-target lp64 } */
3 /* { dg-options "-std=c99" } */
5 typedef _Complex float __attribute__((mode(TC))) _Complex128;
7 _Complex128 foo (_Complex128 x, _Complex128 y)
9 return x * y;