hanchenye-llvm-project/clang/test/Preprocessor/macro_paste_simple.c

6 lines
75 B
C

// RUN: clang %s -E | grep "barbaz123"
#define FOO bar ## baz ## 123
FOO