(root)/
gcc-13.2.0/
gcc/
testsuite/
c-c++-common/
Wbidi-chars-7.c
       1  /* PR preprocessor/103026 */
       2  /* { dg-do compile } */
       3  /* { dg-options "-Wbidi-chars=any,ucn" } */
       4  /* Test we ignore UCNs in comments.  */
       5  
       6  // a b c \u202a 1 2 3
       7  // a b c \u202A 1 2 3
       8  /* a b c \u202a 1 2 3 */
       9  /* a b c \u202A 1 2 3 */