Mercurial > hg > CbC > CbC_gcc
view gcc/testsuite/gcc.dg/cpp/ucnid-12-utf8.c @ 158:494b0b89df80 default tip
...
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 25 May 2020 18:13:55 +0900 |
parents | 1830386684a0 |
children |
line wrap: on
line source
/* Test spelling differences in UCNs in macro definitions still count as the same identifier for macro expansion. */ /* { dg-do compile } */ /* { dg-options "-std=c99 -pedantic-errors" } */ #define m1\u00c1 #ifndef m1Á #error not defined #endif #define m2(\u00c1) Á int i = m2 (0);