aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/cpp/ucnid-10.c
blob: 0ac035b85462b82f953788e4b24c99a356863490 (plain)
1
2
3
4
5
6
7
8
/* Test UCNs are 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\u00c0.p);