mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 00:12:50 +01:00
b91a142542
llvm-svn: 95014
6 lines
116 B
Objective-C
6 lines
116 B
Objective-C
/* RUN: %llvmgcc -w -x objective-c -S %s -o - | not grep {__ustring}
|
|
rdar://7589850 */
|
|
|
|
void *P = @"good\0bye";
|
|
|