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