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