summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr32191.c
blob: b76b5886d36b5786a53784f903eb6b6795a34b4c (plain)
1
2
3
4
5
6
7
8
9
/* { dg-do compile { target { { i?86-*-* x86_64-*-* } && lp64 } } } */
/* { dg-options "-std=c99" } */

typedef _Complex float __attribute__((mode(TC))) _Complex128;

_Complex128 foo (_Complex128 x, _Complex128 y)
{
  return x * y;
}