aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/torture/pr104402.c
blob: 1cb0370e9b25aca5450f72f1e751998e691ca217 (plain)
1
2
3
4
5
6
7
8
/* { dg-do compile } */

_Complex int a;
char b;
void c() {
  if (b != 2 + (long)(a != 0 ^ 0))
    __builtin_abort();
}