aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/2004-02-14-ZeroInitializer.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/2004-02-14-ZeroInitializer.c')
-rw-r--r--test/CodeGen/2004-02-14-ZeroInitializer.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/CodeGen/2004-02-14-ZeroInitializer.c b/test/CodeGen/2004-02-14-ZeroInitializer.c
new file mode 100644
index 000000000000..3379a06c6284
--- /dev/null
+++ b/test/CodeGen/2004-02-14-ZeroInitializer.c
@@ -0,0 +1,4 @@
+// RUN: %clang_cc1 %s -emit-llvm -o - | FileCheck %s
+
+// CHECK: zeroinitializer
+int X[1000];