rt_gccstream/gcc/testsuite/gcc.dg/cpp/ucnid-3.c

8 lines
140 B
C

/* { dg-do compile } */
/* { dg-options "-std=c99 -fextended-identifiers" } */
#define paste(x, y) x ## y
int paste(\u00aa, \u0531) = 3;