blob: 82b75daf571481e11d0968c2b08b5d104e06afae [file] [log] [blame]
Chris Lattner2fbe8e92007-12-12 06:20:18 +00001// RUN: clang %s -E | grep "barbaz123"
Chris Lattner01ecf832006-07-19 05:42:48 +00002
3#define FOO bar ## baz ## 123
Chris Lattner2fbe8e92007-12-12 06:20:18 +00004
5FOO