diff options
-rw-r--r-- | test/Feature/globalvars.ll | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Feature/globalvars.ll b/test/Feature/globalvars.ll index 674341d64b..ae969af8ec 100644 --- a/test/Feature/globalvars.ll +++ b/test/Feature/globalvars.ll @@ -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) |