commit | c1c28869a92c2065c518103f54ee7819bf431b22 | [log] [tgz] |
---|---|---|
author | Evan Cheng <evan.cheng@apple.com> | Mon Feb 01 22:32:42 2010 +0000 |
committer | Evan Cheng <evan.cheng@apple.com> | Mon Feb 01 22:32:42 2010 +0000 |
tree | 9fa25640c0ff9e821bd58d81a53412ea4f3d12b9 | |
parent | 98e9782ff492262ecec571cd33f32478547a06f4 [diff] [blame] |
Add test case for 95013. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95014 91177308-0d34-0410-b5e6-96231b3b80d8
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 index 0000000..86e4637 --- /dev/null +++ b/test/FrontendObjC/2010-02-01-utf16-with-null.m
@@ -0,0 +1,5 @@ +/* RUN: %llvmgcc -w -x objective-c -S %s -o - | not grep {__ustring} + rdar://7589850 */ + +void *P = @"good\0bye"; +