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