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