aboutsummaryrefslogtreecommitdiff
path: root/tests/debuginfod-tars/pacman-sources/hello.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/debuginfod-tars/pacman-sources/hello.c')
-rw-r--r--tests/debuginfod-tars/pacman-sources/hello.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/debuginfod-tars/pacman-sources/hello.c b/tests/debuginfod-tars/pacman-sources/hello.c
new file mode 100644
index 00000000..c1ef1554
--- /dev/null
+++ b/tests/debuginfod-tars/pacman-sources/hello.c
@@ -0,0 +1,6 @@
+#include <stdio.h>
+
+int main() {
+ printf("hello\n");
+ return 0;
+}