diff options
-rw-r--r-- | llvm/test/CFrontend/2007-05-11-str-const.ll | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/test/CFrontend/2007-05-11-str-const.ll b/llvm/test/CFrontend/2007-05-11-str-const.ll new file mode 100644 index 00000000000..48deddbb019 --- /dev/null +++ b/llvm/test/CFrontend/2007-05-11-str-const.ll @@ -0,0 +1,5 @@ +// RUN: %llvmgcc -c -g %s -o /dev/null + +static unsigned char out[]={0,1}; +static const unsigned char str1[]="1"; + |