(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
cpp/
ucnid-10-utf8.c
       1  /* Test UTF-8 is allowed in preprocessing numbers.  */
       2  /* { dg-do compile } */
       3  /* { dg-options "-std=c99" } */
       4  
       5  #define a(x) b(x)
       6  #define b(x) 0
       7  #define p )
       8  int c = a(.p);