forked from OSchip/llvm-project
parent
d74e0023c5
commit
4eb3d2867c
|
@ -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