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