summaryrefslogtreecommitdiffstats
path: root/test/Preprocessor/macro_paste_spacing.c
blob: 130548dbf99ee525f02630f99e0de70b48bfe10b (plain)
1
2
3
4
5
6
7
// RUN: clang-cc %s -E | grep "^xy$"

#define A  x ## y
blah

A

OpenPOWER on IntegriCloud