(root)/
gcc-13.2.0/
gcc/
testsuite/
c-c++-common/
Wbidi-chars-18.c
       1  /* PR preprocessor/104030 */
       2  /* { dg-do compile } */
       3  /* By default, don't warn about UCNs.  */
       4  
       5  const char *
       6  fn ()
       7  {
       8    const char *aText = "\u202D" "abc";
       9  /* { dg-bogus "unpaired" "" { target *-*-* } .-1 } */
      10    return aText;
      11  }