summaryrefslogtreecommitdiff
path: root/test/CodeGen/2007-05-11-str-const.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/2007-05-11-str-const.c')
-rw-r--r--test/CodeGen/2007-05-11-str-const.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/CodeGen/2007-05-11-str-const.c b/test/CodeGen/2007-05-11-str-const.c
new file mode 100644
index 0000000000000..731496d346866
--- /dev/null
+++ b/test/CodeGen/2007-05-11-str-const.c
@@ -0,0 +1,5 @@
+// RUN: %clang_cc1 -emit-llvm -g %s -o /dev/null
+
+static unsigned char out[]={0,1};
+static const unsigned char str1[]="1";
+