summaryrefslogtreecommitdiffstats
path: root/test/Lexer/escape_newline.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Lexer/escape_newline.c')
-rw-r--r--test/Lexer/escape_newline.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Lexer/escape_newline.c b/test/Lexer/escape_newline.c
index 43ba417..d0f27df 100644
--- a/test/Lexer/escape_newline.c
+++ b/test/Lexer/escape_newline.c
@@ -1,7 +1,11 @@
// RUN: %clang_cc1 -E -trigraphs %s | grep -- ' ->'
// RUN: %clang_cc1 -E -trigraphs %s 2>&1 | grep 'backslash and newline separated by space'
// RUN: %clang_cc1 -E -trigraphs %s 2>&1 | grep 'trigraph converted'
+// RUN: %clang_cc1 -E -CC -trigraphs %s
// This is an ugly way to spell a -> token.
-??/
>
+
+// \
+
OpenPOWER on IntegriCloud