mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-29 22:50:55 +00:00
Add test case for 95013.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95014 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
87c46d8a0e
commit
e7ea6fd7cb
5
test/FrontendObjC/2010-02-01-utf16-with-null.m
Normal file
5
test/FrontendObjC/2010-02-01-utf16-with-null.m
Normal file
@ -0,0 +1,5 @@
|
||||
/* RUN: %llvmgcc -w -x objective-c -S %s -o - | not grep {__ustring}
|
||||
rdar://7589850 */
|
||||
|
||||
void *P = @"good\0bye";
|
||||
|
Loading…
Reference in New Issue
Block a user