[InstCombine] Signed saturation tests. NFC
[llvm-core.git] / test / tools / llvm-objdump / Inputs / libbogus2.a
blob2ccb7f31c09d7b058d8b8667569f680862a61e41
1 !<arch>
2 hello.c 1444941273 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;
11 foo.c 1444941645 124 0 100644 1% `
12 void foo(void){}