DEBSOURCES
Skip Quicknav
sources / golang-golang-x-tools / 1%3A0.0~git20190125.d66bd3c%2Bds-4 / cmd / splitdwarf / internal / macho / testdata / hello.c
12345678
#include <stdio.h> int main(void) { printf("hello, world\n"); return 0; }