diff options
Diffstat (limited to 'src/internal/xcoff/testdata/printhello.c')
-rw-r--r-- | src/internal/xcoff/testdata/printhello.c | 5 |
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"); +} |