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

6 lines
116 B
Mathematica
Raw Normal View History

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