hanchenye-llvm-project/llvm/test/FrontendObjC/2010-02-01-utf16-with-null.m

6 lines
116 B
Objective-C

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