summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-objdump/Inputs/libbogus9.a
blob: 42a529b02b35e0ed51975e72e272f5d7c8dad4c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
!<arch>
//                                              26        `
1234567890123456hello.c/

/&a25*          0           0     0     644     102       `
#include <stdio.h>
#include <stdlib.h>
int
main()
{
	printf("Hello World\n");
	return EXIT_SUCCESS;
}
OpenPOWER on IntegriCloud