#define XXX(a, b, c) a ## b ## c int main() { XXX(d, e, f); }