(root)/
gcc-13.2.0/
gcc/
testsuite/
c-c++-common/
Wxor-used-as-pow-pr107002-1.c
       1  /* { dg-options "-ftrack-macro-expansion=1 -fdiagnostics-show-caret" } */
       2  
       3  #define test(lower, higher, a, b, c, d)					\
       4    char test##line[ (a higher b lower c higher d) == 0 ? -1 : 1];
       5  test (|, ^, 1, 2, 2, 1)