blob: 2720b8a883ec35a0712f00c2b29b9b5257e00371 [file] [log] [blame]
/* PR preprocessor/104030 */
/* { dg-do compile } */
/* { dg-options "-Wbidi-chars=ucn,any" } */
const char *
fn ()
{
const char *aText = "\u202D" "abc";
/* { dg-warning "U\\+202D" "" { target *-*-* } .-1 } */
return aText;
}