github.com/yukk001/go1.10.8@v0.0.0-20190813125351-6df2d3982e20/src/debug/macho/testdata/hello.c (about) 1 #include <stdio.h> 2 3 int 4 main(void) 5 { 6 printf("hello, world\n"); 7 return 0; 8 }