1  /* PR preprocessor/104030 */
       2  /* { dg-do compile } */
       3  /* { dg-options "-Wbidi-chars=none,ucn" } */
       4  
       5  const char *
       6  fn ()
       7  {
       8    const char *aText = "\u202D" "abc";
       9  /* { dg-bogus "" "" { target *-*-* } .-1 } */
      10    return aText;
      11  }