summaryrefslogtreecommitdiff
path: root/clang/test/Lexer/token-concat-2.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Lexer/token-concat-2.c')
-rw-r--r--clang/test/Lexer/token-concat-2.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/clang/test/Lexer/token-concat-2.c b/clang/test/Lexer/token-concat-2.c
new file mode 100644
index 0000000..7d3cd64
--- /dev/null
+++ b/clang/test/Lexer/token-concat-2.c
@@ -0,0 +1,4 @@
+// RUN: %clang_cc1 -E -x c -o - %s | grep '[.][*]'
+// PR4395
+#define X .*
+X