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