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