summaryrefslogtreecommitdiffstats
path: root/src/internal/xcoff/testdata/printhello.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/internal/xcoff/testdata/printhello.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/internal/xcoff/testdata/printhello.c b/src/internal/xcoff/testdata/printhello.c
new file mode 100644
index 0000000..182aa09
--- /dev/null
+++ b/src/internal/xcoff/testdata/printhello.c
@@ -0,0 +1,5 @@
+#include <stdio.h>
+
+void printhello(){
+ printf("Helloworld\n");
+}