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