1// RUN: %clang_cc1 %s -E | grep "^xy$"
2
3#define A  x ## y
4blah
5
6A
7
8