Plan 9 from Bell Labs’s /usr/web/sources/contrib/ericvh/go-plan9/src/pkg/debug/macho/testdata/hello.c
#include <stdio.h> int main(void) { printf("hello, world\n"); return 0; }