]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/tools/llvm-objdump/Inputs/libbogus12.a
Vendor import of llvm trunk r351319 (just before the release_80 branch
[FreeBSD/FreeBSD.git] / test / tools / llvm-objdump / Inputs / libbogus12.a
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 }