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