aboutsummaryrefslogtreecommitdiffstats
path: root/test/FrontendC/2004-02-14-ZeroInitializer.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/FrontendC/2004-02-14-ZeroInitializer.c')
-rw-r--r--test/FrontendC/2004-02-14-ZeroInitializer.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/FrontendC/2004-02-14-ZeroInitializer.c b/test/FrontendC/2004-02-14-ZeroInitializer.c
new file mode 100644
index 0000000..bede907
--- /dev/null
+++ b/test/FrontendC/2004-02-14-ZeroInitializer.c
@@ -0,0 +1,4 @@
+// RUN: %llvmgcc -xc %s -S -o - | grep zeroinitializer
+
+int X[1000];
+