blob: 7de0a11070aaf3ba49b5ee00a279cb2f3f7d09fa [file] [log] [blame]
/* PR preprocessor/104030 */
/* { dg-do compile } */
/* { dg-options "-Wbidi-chars=ucn" } */
const char *
fn ()
{
const char *aText = "\u202D" "abc";
/* { dg-warning "unpaired" "" { target *-*-* } .-1 } */
return aText;
}