Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / golang.org / x / tools@v0.0.0-20201028153306-37f0764111ff / cmd / splitdwarf / internal / macho / testdata / hello.c
1 #include <stdio.h>
2
3 int
4 main(void)
5 {
6         printf("hello, world\n");
7         return 0;
8 }