Codebase Browser
gotools
Go to App
gotools
/
cmd/splitdwarf/internal/macho/testdata/
hello.c
#include <stdio.h> int main(void) { printf("hello, world\n"); return 0; }