github.com/zyedidia/knit@v1.1.2-0.20230901152954-f7d4e39a0e24/test/full_build/hello.c (about)

     1  #include <stdio.h>
     2  
     3  void other();
     4  
     5  int main() {
     6      other();
     7      printf("hello world\n");
     8      return 0;
     9  }