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

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

DEFINITIONS

This source file includes following definitions.
  1. main

#include <u.h>
#include <libc.h>

void
main(void)
{
        print("hello, world\n");
}

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