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