From ec2b103c267a06a66e926f62cd96767b280f5cf5 Mon Sep 17 00:00:00 2001 From: Ed Schouten Date: Tue, 2 Jun 2009 17:58:47 +0000 Subject: Import Clang, at r72732. --- test/Preprocessor/macro_paste_spacing.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/Preprocessor/macro_paste_spacing.c (limited to 'test/Preprocessor/macro_paste_spacing.c') diff --git a/test/Preprocessor/macro_paste_spacing.c b/test/Preprocessor/macro_paste_spacing.c new file mode 100644 index 0000000000000..130548dbf99ee --- /dev/null +++ b/test/Preprocessor/macro_paste_spacing.c @@ -0,0 +1,7 @@ +// RUN: clang-cc %s -E | grep "^xy$" + +#define A x ## y +blah + +A + -- cgit v1.2.3