testsuite: Skip analyzer tests on AIX.
[official-gcc.git] / gcc / testsuite / c-c++-common / Wbidi-chars-20.c
blob859f3d53779dcc6d9c99eb6cce94432fd50fd96f
1 /* PR preprocessor/104030 */
2 /* { dg-do compile } */
3 /* { dg-options "-Wbidi-chars=any" } */
5 const char *
6 fn ()
8 const char *aText = "\u202D" "abc";
9 /* { dg-bogus "U\\+202D" "" { target *-*-* } .-1 } */
10 return aText;