summaryrefslogtreecommitdiffstats
path: root/test/Feature/globalvars.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Feature/globalvars.ll')
-rw-r--r--test/Feature/globalvars.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Feature/globalvars.ll b/test/Feature/globalvars.ll
index 3914efc..b243ba5 100644
--- a/test/Feature/globalvars.ll
+++ b/test/Feature/globalvars.ll
@@ -12,7 +12,7 @@ implementation
int "foo"(int %blah)
begin
store int 5, int *%MyVar
- store int 12, { \2 *, int } * %MyIntList, ubyte 1
+ store int 12, { \2 *, int } * %MyIntList, uint 0, ubyte 1
ret int %blah
end