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