summaryrefslogtreecommitdiffstats
path: root/test/Sema/text-diag.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Sema/text-diag.c')
-rw-r--r--test/Sema/text-diag.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Sema/text-diag.c b/test/Sema/text-diag.c
new file mode 100644
index 0000000..19847c6
--- /dev/null
+++ b/test/Sema/text-diag.c
@@ -0,0 +1,4 @@
+// RUN: clang-cc -fsyntax-only %s
+unsigned char *foo = "texto\
+que continua\
+e continua";
OpenPOWER on IntegriCloud