Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / c-c++-common / Wxor-used-as-pow-pr107002-1.c
blob10e2a0d55a33d859da536cf817ac46b903ade40e
1 /* { dg-options "-ftrack-macro-expansion=1 -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)