PR tree-optimization/33562
[official-gcc.git] / gcc / testsuite / gcc.dg / cpp / ucnid-10.c
blob0ac035b85462b82f953788e4b24c99a356863490
1 /* Test UCNs are allowed in preprocessing numbers. */
2 /* { dg-do compile } */
3 /* { dg-options "-std=c99" } */
5 #define a(x) b(x)
6 #define b(x) 0
7 #define p )
8 int c = a(0\u00c0.p);