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_simple.c | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/Preprocessor/macro_paste_simple.c (limited to 'test/Preprocessor/macro_paste_simple.c') diff --git a/test/Preprocessor/macro_paste_simple.c b/test/Preprocessor/macro_paste_simple.c new file mode 100644 index 000000000000..2affbac0dec3 --- /dev/null +++ b/test/Preprocessor/macro_paste_simple.c @@ -0,0 +1,5 @@ +// RUN: clang-cc %s -E | grep "barbaz123" + +#define FOO bar ## baz ## 123 + +FOO -- cgit v1.3