Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
4031d9f80e67c4e36c233e1c390dabed994e9316
/
.
/
llvm
/
test
/
tools
/
llvm-objdump
/
Inputs
/
libbogus12.a
blob: fab3cfc406960f68946f8e46cb7db933705bb497 [
file
] [
log
] [
blame
]
Vedant Kumar
4031d9f
2016-08-03 19:02:50 +0000
[
diff
] [
blame^
]
1
!<
arch
>
2
hello
.
c
1444941273
124
#55! 100644 102 `
3
#include
<stdio.h>
4
#include
<stdlib.h>
5
int
6
main
()
7
{
8
printf
(
"Hello World\n"
);
9
return
EXIT_SUCCESS
;
10
}