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