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