Add test case for 95013.
authorEvan Cheng <evan.cheng@apple.com>
Mon, 1 Feb 2010 22:32:42 +0000 (22:32 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Mon, 1 Feb 2010 22:32:42 +0000 (22:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95014 91177308-0d34-0410-b5e6-96231b3b80d8

test/FrontendObjC/2010-02-01-utf16-with-null.m [new file with mode: 0644]

diff --git a/test/FrontendObjC/2010-02-01-utf16-with-null.m b/test/FrontendObjC/2010-02-01-utf16-with-null.m
new file mode 100644 (file)
index 0000000..86e4637
--- /dev/null
@@ -0,0 +1,5 @@
+/* RUN: %llvmgcc -w -x objective-c -S %s -o - | not grep {__ustring}
+   rdar://7589850 */
+
+void *P = @"good\0bye";
+