1 /* PR preprocessor/104030 */
2 /* { dg-do compile } */
3 /* { dg-options "-Wbidi-chars=unpaired,ucn" } */
4
5 const char *
6 fn ()
7 {
8 const char *aText = "\u202D" "abc";
9 /* { dg-warning "unpaired" "" { target *-*-* } .-1 } */
10 return aText;
11 }