1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 20:43:44 +02:00
llvm-mirror/test/FrontendC/2007-05-11-str-const.c

6 lines
115 B
C
Raw Normal View History

2007-05-12 01:13:19 +02:00
// RUN: %llvmgcc -c -g %s -o /dev/null
static unsigned char out[]={0,1};
static const unsigned char str1[]="1";