blob: b243ba58d8ca61e53c89247644ed8dc1929d1d96 [file] [log] [blame]
%MyVar = uninitialized global int
%MyIntList = uninitialized global { \2 *, int }
uninitialized global int ; int*:0
%AConst = constant int 123
%AString = constant [4 x ubyte] c"test"
implementation
int "foo"(int %blah)
begin
store int 5, int *%MyVar
store int 12, { \2 *, int } * %MyIntList, uint 0, ubyte 1
ret int %blah
end