test/Preprocessor/macro_paste_simple.c and macro_paste_bad.c. There are several known bugs still. llvm-svn: 38733
4 lines
65 B
C
4 lines
65 B
C
// clang %s -E | grep "barbaz123"
|
|
|
|
#define FOO bar ## baz ## 123
|