view gcc/testsuite/gcc.dg/cpp/ucnid-15-utf8.c @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents
children
line wrap: on
line source

/* 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