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