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