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