mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-13 08:54:59 +00:00
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";
|
|
|