c++: prvalue of array type [PR111286]
[official-gcc.git] / gcc / testsuite / c-c++-common / Wbidi-chars-23.c
blob7de0a11070aaf3ba49b5ee00a279cb2f3f7d09fa
1 /* PR preprocessor/104030 */
2 /* { dg-do compile } */
3 /* { dg-options "-Wbidi-chars=ucn" } */
5 const char *
6 fn ()
8 const char *aText = "\u202D" "abc";
9 /* { dg-warning "unpaired" "" { target *-*-* } .-1 } */
10 return aText;