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