DEBSOURCES
Skip Quicknav
sources / llvm-toolchain-9 / 1%3A9.0.1-16.1 / llgo / third_party / gofrontend / libgo / go / debug / plan9obj / testdata / hello.c
12345678
#include <u.h> #include <libc.h> void main(void) { print("hello, world\n"); }