aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/cpp/ucnid-10-utf8.c
blob: 7eeb026ba7c0879c522434b1bc0294ef548fb3bb (plain)
1
2
3
4
5
6
7
8
/* Test UTF-8 is allowed in preprocessing numbers.  */
/* { dg-do compile } */
/* { dg-options "-std=c99" } */

#define a(x) b(x)
#define b(x) 0
#define p )
int c = a(0À.p);