1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 20:43:44 +02:00
llvm-mirror/test/FrontendObjC/2010-02-01-utf16-with-null.m
Evan Cheng b91a142542 Add test case for 95013.
llvm-svn: 95014
2010-02-01 22:32:42 +00:00

6 lines
116 B
Objective-C

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