root/src/pkg/debug/macho/testdata/hello.c

/* [<][>][^][v][top][bottom][index][help] */

DEFINITIONS

This source file includes following definitions.
  1. main

#include <stdio.h>

int
main(void)
{
        printf("hello, world\n");
        return 0;
}

/* [<][>][^][v][top][bottom][index][help] */