Reapply r250906 with many suggested updates from Rafael Espindola.
[oota-llvm.git] / test / tools / llvm-objdump / Inputs / libbogus3.a
1 !<arch>
2 hello.c         1444941273  124   0     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 }
11 foo.c           1444941645  124   0     100644  171       `
12 void foo(void){}
13
14 bar.c           1445026190  124   0     100644  17        `
15 void foo(void){}
16