github.com/zyedidia/knit@v1.1.2-0.20230901152954-f7d4e39a0e24/test/dofile/add/add.c (about) 1 int add(int a, int b) { 2 return a + b; 3 }