summaryrefslogtreecommitdiff
path: root/test/FrontendC/2007-05-11-str-const.c
blob: 46a74c19e017b51adf2d64d45a4fb1df7b5e4830 (plain)
1
2
3
4
5
// RUN: %llvmgcc -S -g %s  -o /dev/null

static unsigned char out[]={0,1};
static const unsigned char str1[]="1";