[InstCombine] Signed saturation tests. NFC
[llvm-core.git] / test / tools / llvm-objdump / Inputs / libbogus7.a
blob023f5437787d1b0965bb5c9fc95434a558155a45
1 !<arch>
2 #1/@123$ 1469564779 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;