Files
llvm-project/clang/test/Preprocessor/macro_paste_simple.c
Chris Lattner 2fbe8e98c4 add runline, make this test real.
llvm-svn: 44916
2007-12-12 06:20:18 +00:00

6 lines
75 B
C

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