blob: a87d78e4043761e6b92d2c1f2e4978a12e80010d [file] [log] [blame]
Daniel Dunbara5728872009-12-15 20:14:24 +00001/* RUN: %clang_cc1 -E %s | grep 'a c'
Chris Lattner2b64fdc2007-07-19 16:11:58 +00002 */
3#define t(x) #x
4t(a
5c)
6