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