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