aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/cpp/ucnid-3.c
blob: a910037c31627705f09508da093a9e5956e2dfb4 (plain)
1
2
3
4
5
6
7
/* { dg-do compile } */
/* { dg-options "-std=c99" } */

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

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