Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
70cc3397f84c2e1fd69c059a0ef89e398e847b00
/
.
/
test
/
Feature
/
globalvars.ll
blob: ef3f336c9eee7c0a637c949341b6dd43a4029c71 [
file
] [
log
] [
blame
]
global
%MyVar
=
int
*
global
%MyIntList
=
{
\
2
*,
int
}
*
global
int
*
; int*:0
implementation
int
"foo"
(
int
%blah
)
begin
store
int
5
,
int
*
%MyVar
store
int
12
,
{
\
2
*,
int
}
*
%MyIntList
,
ubyte
1
ret
int
%blah
end