Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
3cd5c1d7f19c83e21a34ef1373feb8933e26c4d8
/
.
/
test
/
ExecutionEngine
/
hello2.ll
blob: 48d7688bcc62b399ceb935c4d7928af7106d1e48 [
file
] [
log
] [
blame
]
%X
=
global
int
7
%msg
=
internal
global
[
13
x
sbyte
]
c
"Hello World\0A\00"
implementation
declare
void
%printf
([
13
x
sbyte
]*)
void
%bar
()
{
call
void
%printf
([
13
x
sbyte
]*
%msg
)
ret
void
}
int
%main
()
{
call
void
%bar
()
ret
int
0
}