1/* { dg-do compile } */
2/* { dg-options "-std=c99" } */
3
4#define paste(x, y) x ## y
5
6int paste(\u00aa, \u0531) = 3;
7
8