summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/torture/pr27773.c
blob: e30e540ff92bd651aeaf3ec2c4b80d73cf2d19f6 (plain)
1
2
3
4
5
6
/* { dg-do compile } */

_Complex float f(_Complex float a, float b)
{
  return a - a*b;
}