Files
clang-p2996/clang/test/Preprocessor/macro_paste_simple.c
Chris Lattner 01ecf835c2 Implement basic token pasting (## operator). This implements
test/Preprocessor/macro_paste_simple.c and macro_paste_bad.c.  There are
several known bugs still.

llvm-svn: 38733
2006-07-19 05:42:48 +00:00

4 lines
65 B
C

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