mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-16 11:05:54 +00:00
6 lines
116 B
Mathematica
6 lines
116 B
Mathematica
|
/* RUN: %llvmgcc -w -x objective-c -S %s -o - | not grep {__ustring}
|
||
|
rdar://7589850 */
|
||
|
|
||
|
void *P = @"good\0bye";
|
||
|
|