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