Add test for new zeroinitializer token
[oota-llvm.git] / test / Feature / globalvars.ll
index 674341d64b219fa3304e8ea26ddc34abfa5fe3b5..ae969af8ec32a750afb8f75e37f71c690c67d66e 100644 (file)
@@ -7,6 +7,9 @@
 
 %AString   = constant [4 x ubyte] c"test"
 
+%ZeroInit  = global { [100 x int ], [40 x float ] } { [100 x int] zeroinitializer,
+                                                      [40  x float] zeroinitializer }
+
 implementation
 
 int "foo"(int %blah)