summaryrefslogtreecommitdiff
path: root/clang/test/Preprocessor/macro_paste_spacing.c
blob: 6498ffc9814dab9fe4dceeaeaa6de3ab54769fc7 (about) (plain)
1
2
3
4
5
6
7
// RUN: %clang_cc1 %s -E | grep "^xy$"

#define A  x ## y
blah

A