Small ChangeLog tweak.
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr79536.c
blob6f05ca7d1349b0bd59df296ed8faf8be174526f0
1 /* { dg-do compile } */
3 typedef int A;
4 int
5 fn1 (A x, A y)
7 if ((x + (x - y) * 1i) != -(-x + (y - x) * 1i))
8 return 1;
9 return 0;