summaryrefslogtreecommitdiff
path: root/tests/debuginfod-tars/pacman-sources/hello.c
blob: c1ef15547bd953839d09e5f7208a42a7413fffe4 (plain)
1
2
3
4
5
6
#include <stdio.h>

int main() {
    printf("hello\n");
    return 0;
}