Recommit "rL366894: [yaml2obj] - Allow custom fields for the SHT_UNDEF sections."
[llvm-complete.git] / test / tools / llvm-objdump / Inputs / libbogus14.a
blob003cc986fc933a052fde2583d61a7808b623b468
1 !<arch>
2 hello.c 1foobar273 124 0 100644 102 `
3 #include <stdio.h>
4 #include <stdlib.h>
5 int
6 main()
8 printf("Hello World\n");
9 return EXIT_SUCCESS;