Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / c-c++-common / Wbidi-chars-18.c
blobae586d5e08c55306d4971a79831b8fa805a3d215
1 /* PR preprocessor/104030 */
2 /* { dg-do compile } */
3 /* By default, don't warn about UCNs. */
5 const char *
6 fn ()
8 const char *aText = "\u202D" "abc";
9 /* { dg-bogus "unpaired" "" { target *-*-* } .-1 } */
10 return aText;