aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/cpp/ucnid-15-utf8.c
blob: cf2289a80aa05bcc11b1091d201f7e9bfdd547bd (plain)
1
2
3
4
5
6
/* Verify macro definitions with UTF-8 in argument names are output in
   -dD output with the original spelling.  */
/* { dg-do preprocess } */
/* { dg-options "-std=c99 -dD" } */
/* { dg-final { scan-file ucnid-15-utf8.i "#define a\\(Á\\) x:Á:y:Á:z" } } */
#define a(Á) x:Á:y:Á:z