(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
cpp/
ucnid-3-utf8.c
       1  /* { dg-do compile } */
       2  /* { dg-options "-std=c99" } */
       3  
       4  #define paste(x, y) x ## y
       5  
       6  int paste(ª, Ա) = 3;
       7