summary refs log tree commit diff
path: root/pkgs/test/rpath/src/hello1.c
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/test/rpath/src/hello1.c')
-rw-r--r--pkgs/test/rpath/src/hello1.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/pkgs/test/rpath/src/hello1.c b/pkgs/test/rpath/src/hello1.c
deleted file mode 100644
index c44d7c4a936..00000000000
--- a/pkgs/test/rpath/src/hello1.c
+++ /dev/null
@@ -1,7 +0,0 @@
-#include <stdio.h>
-
-int main(int argc, char * * argv)
-{
-    printf("Hello World!\n");
-    return 0;
-}