Add test case for 95013.

llvm-svn: 95014
This commit is contained in:
Evan Cheng 2010-02-01 22:32:42 +00:00
parent d74e0023c5
commit 4eb3d2867c
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
/* RUN: %llvmgcc -w -x objective-c -S %s -o - | not grep {__ustring}
rdar://7589850 */
void *P = @"good\0bye";