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