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