From e1febcb21e0343d0b292c285daf179676b8e4fef Mon Sep 17 00:00:00 2001 From: Devang Patel Date: Fri, 11 May 2007 23:13:19 +0000 Subject: [PATCH] New test. llvm-svn: 36997 --- test/CFrontend/2007-05-11-str-const.ll | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/CFrontend/2007-05-11-str-const.ll diff --git a/test/CFrontend/2007-05-11-str-const.ll b/test/CFrontend/2007-05-11-str-const.ll new file mode 100644 index 00000000000..48deddbb019 --- /dev/null +++ b/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"; +