summaryrefslogtreecommitdiff
path: root/clang/test/Preprocessor/macro_space.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Preprocessor/macro_space.c')
-rw-r--r--clang/test/Preprocessor/macro_space.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/clang/test/Preprocessor/macro_space.c b/clang/test/Preprocessor/macro_space.c
new file mode 100644
index 0000000..49a9a0f
--- /dev/null
+++ b/clang/test/Preprocessor/macro_space.c
@@ -0,0 +1,5 @@
+// RUN: %clang_cc1 %s -E | grep '! ,'
+
+#define XX
+! XX,
+