xref: /aosp_15_r20/external/elfutils/tests/debuginfod-tars/pacman-sources/hello.c (revision 7304104da70ce23c86437a01be71edd1a2d7f37e)
1*7304104dSAndroid Build Coastguard Worker #include <stdio.h>
2*7304104dSAndroid Build Coastguard Worker 
main()3*7304104dSAndroid Build Coastguard Worker int main() {
4*7304104dSAndroid Build Coastguard Worker     printf("hello\n");
5*7304104dSAndroid Build Coastguard Worker     return 0;
6*7304104dSAndroid Build Coastguard Worker }
7