aboutsummaryrefslogtreecommitdiff
path: root/test/Preprocessor/macro_paste_simple.c
blob: 82b75daf571481e11d0968c2b08b5d104e06afae (plain)
1
2
3
4
5
// RUN: clang %s -E | grep "barbaz123"

#define FOO bar ## baz ## 123

FOO