diff options
Diffstat (limited to 'llvm/test/FrontendObjC/2010-02-01-utf16-with-null.m')
-rw-r--r-- | llvm/test/FrontendObjC/2010-02-01-utf16-with-null.m | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/test/FrontendObjC/2010-02-01-utf16-with-null.m b/llvm/test/FrontendObjC/2010-02-01-utf16-with-null.m new file mode 100644 index 00000000000..86e46376bd2 --- /dev/null +++ b/llvm/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"; + |