testsuite: Skip analyzer tests on AIX.
[official-gcc.git] / gcc / testsuite / c-c++-common / Wxor-used-as-pow-pr107002-2.c
blob8e9a4bf0f55cd6105b7fad8158339ed68df3c7bd
1 /* { dg-options "-ftrack-macro-expansion=2 -fdiagnostics-show-caret" } */
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)