aboutsummaryrefslogtreecommitdiff
path: root/test/Preprocessor/macro_paste_bad.c
blob: 60caa4274389586323ef8b4774ff2fefbbde19e9 (plain)
1
2
3
4
5
// RUN: clang -Eonly %s 2>&1 | grep error
// pasting ""x"" and ""+"" does not give a valid preprocessing token
#define XYZ  x ## +
XYZ