mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-08 04:07:07 +00:00
e7ea6fd7cb
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95014 91177308-0d34-0410-b5e6-96231b3b80d8
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";
|
|
|