github.com/m10x/go/src@v0.0.0-20220112094212-ba61592315da/internal/xcoff/testdata/printhello.c (about) 1 #include <stdio.h> 2 3 void printhello(){ 4 printf("Helloworld\n"); 5 }