aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/c-c++-common/Wxor-used-as-pow-pr107002-2.c
blob: 8e9a4bf0f55cd6105b7fad8158339ed68df3c7bd (plain)
1
2
3
4
5
/* { dg-options "-ftrack-macro-expansion=2 -fdiagnostics-show-caret" } */

#define test(lower, higher, a, b, c, d)					\
  char test##line[ (a higher b lower c higher d) == 0 ? -1 : 1];
test (|, ^, 1, 2, 2, 1)