(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
20090902-1.c
       1  /* { dg-do compile } */
       2  #define STRING(x) #x
       3  char buf[] = STRING(L'\x123');