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