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.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pkg/debug/macho/testdata/hello.c b/src/pkg/debug/macho/testdata/hello.c
new file mode 100644
index 0000000000..2264d04fbe
--- /dev/null
+++ b/src/pkg/debug/macho/testdata/hello.c
@@ -0,0 +1,3 @@
+main() {
+ printf("hello, world");
+}