blob: 86e46376bd25a4b51959f0535bcb4e108c149c46 [file] [log] [blame]
Evan Chenge7ea6fd2010-02-01 22:32:42 +00001/* RUN: %llvmgcc -w -x objective-c -S %s -o - | not grep {__ustring}
2 rdar://7589850 */
3
4void *P = @"good\0bye";
5