aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/debug/macho/testdata/hello.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/debug/macho/testdata/hello.c')
-rw-r--r--src/pkg/debug/macho/testdata/hello.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/pkg/debug/macho/testdata/hello.c b/src/pkg/debug/macho/testdata/hello.c
deleted file mode 100644
index a689d3644e..0000000000
--- a/src/pkg/debug/macho/testdata/hello.c
+++ /dev/null
@@ -1,8 +0,0 @@
-#include <stdio.h>
-
-int
-main(void)
-{
- printf("hello, world\n");
- return 0;
-}