llvm-6502/test/CFrontend/2007-05-11-str-const.c

6 lines
115 B
C
Raw Normal View History

// RUN: %llvmgcc -c -g %s -o /dev/null
static unsigned char out[]={0,1};
static const unsigned char str1[]="1";