summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/illegal-UTF8.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/illegal-UTF8.m')
-rw-r--r--test/CodeGen/illegal-UTF8.m8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/CodeGen/illegal-UTF8.m b/test/CodeGen/illegal-UTF8.m
new file mode 100644
index 0000000..a9d5a37
--- /dev/null
+++ b/test/CodeGen/illegal-UTF8.m
@@ -0,0 +1,8 @@
+// RUN: clang %s -S -m64 -o -
+
+@class NSString;
+
+// FIXME: GCC emits the following warning:
+// CodeGen/illegal-UTF8.m:4: warning: input conversion stopped due to an input byte that does not belong to the input codeset UTF-8
+
+NSString *S = @"\xff\xff___WAIT___";
OpenPOWER on IntegriCloud