aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/cpp/ucnid-3.c
blob: e04f092a616ea3d501464bb1763db40ef9b64660 (plain)
1
2
3
4
5
6
7
8
9
/* APPLE LOCAL begin mainline UCNs 2005-04-17 3892809 */
/* { dg-do compile } */
/* { dg-options "-std=c99" } */

#define paste(x, y) x ## y

int paste(\u00aa, \u0531) = 3;

/* APPLE LOCAL end mainline UCNs 2005-04-17 3892809 */