ref: 63392be12a1a657419af2d2966995428721f18f3 dir: /utils/kl/foo.c/
int foo(void) { return 100; } main() { int x; x = foo(); } _main() { }