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