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