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