github.com/code-reading/golang@v0.0.0-20220303082512-ba5bc0e589a3/go/src/internal/xcoff/testdata/printhello.c (about)

     1  #include <stdio.h>
     2  
     3  void printhello(){
     4  	printf("Helloworld\n");
     5  }