1 2 3 4 5 6
/* Test multiple consecutive ## tokens. */ /* { dg-do compile } */ /* { dg-options "" } */ #define cat(x,y) x##########y int abcd; int *p = &cat(ab,cd);